Interface: RadarControllerDatasetOptions

    Properties

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

    Inherited from

    AnimationOptions.animation

    Defined in

    index.esm.d.ts:1559 (opens new window)


    animations

    animations: AnimationsSpec<"radar">

    Inherited from

    AnimationOptions.animations

    Defined in


    backgroundColor

    backgroundColor: <Color, <"radar">>

    Inherited from

    ScriptableOptions.backgroundColor

    Defined in

    index.esm.d.ts:1614 (opens new window)


    borderCapStyle

    borderCapStyle: Scriptable<CanvasLineCap, <"radar">>

    Line cap style. See MDN.

    default ‘butt’

    Inherited from

    ScriptableOptions.borderCapStyle

    Defined in

    index.esm.d.ts:1682RadarControllerDatasetOptions - 图4 (opens new window)


    borderColor

    borderColor: Scriptable<, ScriptableContext<"radar">>

    Inherited from

    ScriptableOptions.borderColor

    Defined in


    borderDash

    borderDash: <number[], ScriptableContext<"radar">>

    Line dash. See MDN.

    default []

    Inherited from

    ScriptableOptions.borderDash

    Defined in


    borderDashOffset

    borderDashOffset: <number, ScriptableContext<"radar">>

    Line dash offset. See MDN.

    default 0.0

    Inherited from

    ScriptableOptions.borderDashOffset

    Defined in


    borderJoinStyle

    borderJoinStyle: <CanvasLineJoin, ScriptableContext<"radar">>

    Line join style. See MDN.

    default ‘miter’

    Inherited from

    ScriptableOptions.borderJoinStyle

    Defined in


    borderWidth

    borderWidth: <number, ScriptableContext<>>

    Inherited from

    ScriptableOptions.borderWidth

    Defined in


    capBezierPoints

    capBezierPoints: <boolean, ScriptableContext<"radar">>

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

    default true

    Inherited from

    ScriptableOptions.capBezierPoints

    Defined in


    clip

    clip: number |

    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

    index.esm.d.ts:64 (opens new window)


    cubicInterpolationMode

    cubicInterpolationMode: Scriptable<"default" | "monotone", <"radar">>

    Interpolation mode to apply.

    default ‘default’

    Inherited from

    ScriptableOptions.cubicInterpolationMode

    Defined in

    index.esm.d.ts:1707RadarControllerDatasetOptions - 图12 (opens new window)


    fill

    fill: Scriptable<string | number | boolean | { value: number } | , ScriptableContext<"radar">>

    Both line and radar charts support a fill option on the dataset object which can be used to create area between two datasets or a dataset and a boundary, i.e. the scale origin, start or end

    Inherited from

    ScriptableOptions.fill

    Defined in


    hidden

    hidden: boolean

    default false

    Inherited from

    ControllerDatasetOptions.

    Defined in


    hoverBackgroundColor

    hoverBackgroundColor: <Color, <"radar">>

    Inherited from

    ScriptableOptions.hoverBackgroundColor

    Defined in

    index.esm.d.ts:1620 (opens new window)


    hoverBorderCapStyle: <CanvasLineCap, ScriptableContext<"radar">>

    Inherited from

    ScriptableOptions.hoverBorderCapStyle

    Defined in


    hoverBorderColor

    hoverBorderColor: <Color, <"radar">>

    Inherited from

    ScriptableOptions.hoverBorderColor

    Defined in

    index.esm.d.ts:1619 (opens new window)


    hoverBorderDash

    hoverBorderDash: Scriptable<number[], <"radar">>

    Inherited from

    ScriptableOptions.hoverBorderDash

    Defined in

    index.esm.d.ts:1736RadarControllerDatasetOptions - 图18 (opens new window)


    hoverBorderDashOffset

    hoverBorderDashOffset: Scriptable<number, <"radar">>

    Inherited from

    ScriptableOptions.hoverBorderDashOffset

    Defined in

    index.esm.d.ts:1737 (opens new window)


    hoverBorderJoinStyle

    hoverBorderJoinStyle: Scriptable<CanvasLineJoin, <"radar">>

    Inherited from

    ScriptableOptions.hoverBorderJoinStyle

    Defined in

    index.esm.d.ts:1738RadarControllerDatasetOptions - 图20 (opens new window)


    hoverBorderWidth

    hoverBorderWidth: Scriptable<number, <"radar">>

    Inherited from

    ScriptableOptions.hoverBorderWidth

    Defined in

    index.esm.d.ts:1618 (opens new window)


    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

    index.esm.d.ts:60RadarControllerDatasetOptions - 图22 (opens new window)


    label

    label: string

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

    Inherited from

    .label

    Defined in

    index.esm.d.ts:68 (opens new window)


    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

    index.esm.d.ts:52RadarControllerDatasetOptions - 图24 (opens new window)


    order

    order: number

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

    Inherited from

    .order

    Defined in

    index.esm.d.ts:72 (opens new window)


    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

    index.esm.d.ts:43RadarControllerDatasetOptions - 图26 (opens new window)


    pointBackgroundColor

    pointBackgroundColor: Scriptable<, ScriptableContext<>>

    The fill color for points.

    Inherited from

    ScriptableOptions.pointBackgroundColor

    Defined in


    pointBorderColor

    pointBorderColor: <Color, <"radar">>

    The border color for points.

    Inherited from

    ScriptableOptions.pointBorderColor

    Defined in

    index.esm.d.ts:1817RadarControllerDatasetOptions - 图28 (opens new window)


    pointBorderWidth

    pointBorderWidth: Scriptable<number, <"radar">>

    The width of the point border in pixels.

    Inherited from

    ScriptableOptions.pointBorderWidth

    Defined in

    index.esm.d.ts:1821 (opens new window)


    pointHitRadius

    pointHitRadius: Scriptable<number, <"radar">>

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

    Inherited from

    ScriptableOptions.pointHitRadius

    Defined in


    pointHoverBackgroundColor: Scriptable<, ScriptableContext<"radar">>

    Point background color when hovered.

    Inherited from

    ScriptableOptions.pointHoverBackgroundColor

    Defined in


    pointHoverBorderColor

    pointHoverBorderColor: <Color, <"radar">>

    Point border color when hovered.

    Inherited from

    ScriptableOptions.pointHoverBorderColor

    Defined in

    index.esm.d.ts:1848 (opens new window)


    pointHoverBorderWidth

    pointHoverBorderWidth: Scriptable<number, <"radar">>

    Border width of point when hovered.

    Inherited from

    ScriptableOptions.pointHoverBorderWidth

    Defined in

    index.esm.d.ts:1852RadarControllerDatasetOptions - 图33 (opens new window)


    pointHoverRadius

    pointHoverRadius: Scriptable<number, <"radar">>

    The radius of the point when hovered.

    Inherited from

    ScriptableOptions.pointHoverRadius

    Defined in

    index.esm.d.ts:1856 (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

    ScriptableOptions.pointRadius

    Defined in

    index.esm.d.ts:1829RadarControllerDatasetOptions - 图35 (opens new window)


    pointRotation

    pointRotation: Scriptable<number, <"radar">>

    The rotation of the point in degrees.

    Inherited from

    ScriptableOptions.pointRotation

    Defined in

    index.esm.d.ts:1833 (opens new window)


    pointStyle

    pointStyle: Scriptable<, ScriptableContext<"radar">>

    Style of the point.

    Inherited from

    ScriptableOptions.pointStyle

    Defined in


    segment

    segment: <Object, ScriptableContext<"radar">>

    Inherited from

    ScriptableOptions.segment

    Defined in


    showLine

    showLine: boolean

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

    Defined in

    index.esm.d.ts:394RadarControllerDatasetOptions - 图39 (opens new window)


    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

    ControllerDatasetOptions.

    Defined in


    stepped

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

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

    default false

    Inherited from

    ScriptableOptions.stepped

    Defined in


    tension

    tension: <number, ScriptableContext<"radar">>

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

    default 0

    Inherited from

    ScriptableOptions.tension

    Defined in


    transitions

    transitions: <"radar">

    Inherited from

    AnimationOptions.transitions

    Defined in

    index.esm.d.ts:1570 (opens new window)


    xAxisID

    xAxisID:

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

    Defined in


    yAxisID: string

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

    Defined in