Interface: RadarControllerDatasetOptions

    Properties

    animation: false | AnimationSpec<radar> & { : (event: ) => void ; onProgress?: (event: AnimationEvent) => void }

    Inherited from: void

    Defined in:


    animations

    animations: <radar>

    Inherited from: void

    Defined in: index.esm.d.ts:1537RadarControllerDatasetOptions - 图2 (opens new window)


    backgroundColor

    backgroundColor: Scriptable<, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    borderCapStyle

    borderCapStyle: <CanvasLineCap, ScriptableContext<radar>>

    Line cap style. See MDN.

    ‘butt’

    Inherited from: void

    Defined in:


    borderColor

    borderColor: <Color, <radar>>

    Inherited from: void

    Defined in: index.esm.d.ts:1581 (opens new window)


    borderDash

    borderDash: Scriptable<number[], <radar>>

    Line dash. See MDN.

    default []

    Inherited from: void

    Defined in: index.esm.d.ts:1643RadarControllerDatasetOptions - 图6 (opens new window)


    borderDashOffset

    borderDashOffset: Scriptable<number, <radar>>

    Line dash offset. See MDN.

    default 0.0

    Inherited from: void

    Defined in: index.esm.d.ts:1648 (opens new window)


    borderJoinStyle

    borderJoinStyle: Scriptable<CanvasLineJoin, <radar>>

    Line join style. See MDN.

    default ‘miter’

    Inherited from: void

    Defined in: index.esm.d.ts:1653RadarControllerDatasetOptions - 图8 (opens new window)


    borderWidth

    borderWidth: Scriptable<number, <radar>>

    Inherited from: void

    Defined in: index.esm.d.ts:1580 (opens new window)


    capBezierPoints

    capBezierPoints: Scriptable<boolean, <radar>>

    true to keep Bézier control inside the chart, false for no restriction.

    true

    Inherited from: void

    Defined in: index.esm.d.ts:1658RadarControllerDatasetOptions - 图10 (opens new window)


    clip

    clip: number | ChartArea

    How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. 0 = clip at chartArea. Clipping can also be configured per side: clip: {left: 5, top: false, right: -2, bottom: 0}

    Inherited from: .clip

    Defined in:


    cubicInterpolationMode

    cubicInterpolationMode: <default | monotone, ScriptableContext<radar>>

    Interpolation mode to apply.

    default ‘default’

    Inherited from: void

    Defined in:


    hidden

    hidden: boolean

    Configures the visibility state of the dataset. Set it to true, to hide the dataset from the chart.

    default false

    Inherited from: .hidden


    hoverBackgroundColor

    hoverBackgroundColor: Scriptable<, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    hoverBorderCapStyle: Scriptable<CanvasLineCap, <radar>>

    Inherited from: void

    Defined in: index.esm.d.ts:1677RadarControllerDatasetOptions - 图15 (opens new window)


    hoverBorderColor

    hoverBorderColor: Scriptable<, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    hoverBorderDash

    hoverBorderDash: <number[], ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    hoverBorderDashOffset

    hoverBorderDashOffset: <number, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    hoverBorderJoinStyle

    hoverBorderJoinStyle: <CanvasLineJoin, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    hoverBorderWidth

    hoverBorderWidth: <number, ScriptableContext<radar>>

    Inherited from: void

    Defined in:


    indexAxis

    indexAxis: x | y

    The base axis of the chart. ‘x’ for vertical charts and ‘y’ for horizontal charts.

    default ‘x’

    Inherited from: .indexAxis

    Defined in:


    label

    label: string

    The label for the dataset which appears in the legend and tooltips.

    Inherited from: .label

    Defined in:


    normalized

    normalized: boolean

    Chart.js is fastest if you provide data with indices that are unique, sorted, and consistent across datasets and provide the normalized: true option to let Chart.js know that you have done so.

    Inherited from: .normalized

    Defined in:


    order

    order: number

    The drawing order of dataset. Also affects order for stacking, tooltip and legend.

    Inherited from: .order

    Defined in:


    parsing

    parsing: false | { [key: string]: string; }

    How to parse the dataset. The parsing can be disabled by specifying parsing: false at chart options or dataset. If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally.

    Inherited from: .parsing

    Defined in:


    pointBackgroundColor

    pointBackgroundColor: <Color, <radar>>

    The fill color for points.

    Inherited from: void

    Defined in: index.esm.d.ts:1755 (opens new window)


    pointBorderColor

    pointBorderColor: Scriptable<, ScriptableContext<radar>>

    The border color for points.

    Inherited from: void

    Defined in:


    pointBorderWidth

    pointBorderWidth: <number, ScriptableContext<radar>>

    The width of the point border in pixels.

    Inherited from: void

    Defined in:


    pointHitRadius: Scriptable<number, <radar>>

    The pixel size of the non-displayed point that reacts to mouse events.

    Defined in: index.esm.d.ts:1767RadarControllerDatasetOptions - 图29 (opens new window)


    pointHoverBackgroundColor

    pointHoverBackgroundColor: Scriptable<, ScriptableContext<radar>>

    Point background color when hovered.

    Inherited from: void

    Defined in:


    pointHoverBorderColor

    pointHoverBorderColor: <Color, <radar>>

    Point border color when hovered.

    Inherited from: void

    Defined in: index.esm.d.ts:1790RadarControllerDatasetOptions - 图31 (opens new window)


    pointHoverBorderWidth

    pointHoverBorderWidth: Scriptable<number, <radar>>

    Border width of point when hovered.

    Inherited from: void

    Defined in: index.esm.d.ts:1794 (opens new window)


    pointHoverRadius

    pointHoverRadius: Scriptable<number, <radar>>

    The radius of the point when hovered.

    Inherited from: void

    Defined in: index.esm.d.ts:1798RadarControllerDatasetOptions - 图33 (opens new window)


    pointRadius

    pointRadius: Scriptable<number, <radar>>

    The radius of the point shape. If set to 0, the point is not rendered.

    Inherited from: void

    Defined in: index.esm.d.ts:1771 (opens new window)


    pointRotation

    pointRotation: Scriptable<number, <radar>>

    The rotation of the point in degrees.

    Inherited from: void

    Defined in: index.esm.d.ts:1775RadarControllerDatasetOptions - 图35 (opens new window)


    pointStyle

    pointStyle: Scriptable<, ScriptableContext<radar>>

    Style of the point.

    Inherited from: void

    Defined in:


    showLine

    showLine: boolean

    If false, the line is not drawn for this dataset.

    Defined in:


    spanGaps

    spanGaps: number | boolean

    If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line. Can also be a number specifying the maximum gap length to span. The unit of the value depends on the scale used.

    Defined in:


    stack

    stack: string

    The ID of the group to which this dataset belongs to (when stacked, each group will be a separate stack).

    Inherited from: .stack

    Defined in:


    stepped

    stepped: <boolean | before | after | middle, ScriptableContext<radar>>

    true to show the line as a stepped line (tension will be ignored).

    false

    Inherited from: void

    Defined in:


    tension

    tension: <number, ScriptableContext<radar>>

    Bézier curve tension (0 for no Bézier curves).

    default 0

    Inherited from: void

    Defined in:


    transitions

    transitions: <radar>

    Inherited from: void

    Defined in: index.esm.d.ts:1538 (opens new window)


    xAxisID: string

    The ID of the x axis to plot this dataset on.

    Defined in:


    yAxisID

    yAxisID: string

    Defined in: