Interface: RadarControllerDatasetOptions

Hierarchy

Properties

animation

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

Inherited from: void

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


animations

animations: AnimationsSpec<radar>

Inherited from: void

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


backgroundColor

backgroundColor: Scriptable<Color, ScriptableContext<radar>>

Inherited from: void

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


borderCapStyle

borderCapStyle: Scriptable<CanvasLineCap, ScriptableContext<radar>>

Line cap style. See MDN.

default ‘butt’

Inherited from: void

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


borderColor

borderColor: Scriptable<Color, ScriptableContext<radar>>

Inherited from: void

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


borderDash

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

Line dash. See MDN.

default []

Inherited from: void

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


borderDashOffset

borderDashOffset: Scriptable<number, ScriptableContext<radar>>

Line dash offset. See MDN.

default 0.0

Inherited from: void

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


borderJoinStyle

borderJoinStyle: Scriptable<CanvasLineJoin, ScriptableContext<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, ScriptableContext<radar>>

Inherited from: void

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


capBezierPoints

capBezierPoints: Scriptable<boolean, ScriptableContext<radar>>

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

default 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: ControllerDatasetOptions.clip

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


cubicInterpolationMode

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

Interpolation mode to apply.

default ‘default’

Inherited from: void

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


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: ControllerDatasetOptions.hidden

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


hoverBackgroundColor

hoverBackgroundColor: Scriptable<Color, ScriptableContext<radar>>

Inherited from: void

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


hoverBorderCapStyle

hoverBorderCapStyle: Scriptable<CanvasLineCap, ScriptableContext<radar>>

Inherited from: void

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


hoverBorderColor

hoverBorderColor: Scriptable<Color, ScriptableContext<radar>>

Inherited from: void

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


hoverBorderDash

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

Inherited from: void

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


hoverBorderDashOffset

hoverBorderDashOffset: Scriptable<number, ScriptableContext<radar>>

Inherited from: void

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


hoverBorderJoinStyle

hoverBorderJoinStyle: Scriptable<CanvasLineJoin, ScriptableContext<radar>>

Inherited from: void

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


hoverBorderWidth

hoverBorderWidth: Scriptable<number, ScriptableContext<radar>>

Inherited from: void

Defined in: index.esm.d.ts:1586RadarControllerDatasetOptions - 图20 (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: ControllerDatasetOptions.indexAxis

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


label

label: string

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

Inherited from: ControllerDatasetOptions.label

Defined in: index.esm.d.ts:62RadarControllerDatasetOptions - 图22 (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: ControllerDatasetOptions.normalized

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


order

order: number

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

Inherited from: ControllerDatasetOptions.order

Defined in: index.esm.d.ts:66RadarControllerDatasetOptions - 图24 (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: ControllerDatasetOptions.parsing

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


pointBackgroundColor

pointBackgroundColor: Scriptable<Color, ScriptableContext<radar>>

The fill color for points.

Inherited from: void

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


pointBorderColor

pointBorderColor: Scriptable<Color, ScriptableContext<radar>>

The border color for points.

Inherited from: void

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


pointBorderWidth

pointBorderWidth: Scriptable<number, ScriptableContext<radar>>

The width of the point border in pixels.

Inherited from: void

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


pointHitRadius

pointHitRadius: Scriptable<number, ScriptableContext<radar>>

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

Inherited from: void

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


pointHoverBackgroundColor

pointHoverBackgroundColor: Scriptable<Color, ScriptableContext<radar>>

Point background color when hovered.

Inherited from: void

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


pointHoverBorderColor

pointHoverBorderColor: Scriptable<Color, ScriptableContext<radar>>

Point border color when hovered.

Inherited from: void

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


pointHoverBorderWidth

pointHoverBorderWidth: Scriptable<number, ScriptableContext<radar>>

Border width of point when hovered.

Inherited from: void

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


pointHoverRadius

pointHoverRadius: Scriptable<number, ScriptableContext<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, ScriptableContext<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:1771RadarControllerDatasetOptions - 图34 (opens new window)


pointRotation

pointRotation: Scriptable<number, ScriptableContext<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<PointStyle, ScriptableContext<radar>>

Style of the point.

Inherited from: void

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


showLine

showLine: boolean

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

Defined in: index.esm.d.ts:375RadarControllerDatasetOptions - 图37 (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: index.esm.d.ts:370RadarControllerDatasetOptions - 图38 (opens new window)


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.stack

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


stepped

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

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

default false

Inherited from: void

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


tension

tension: Scriptable<number, ScriptableContext<radar>>

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

default 0

Inherited from: void

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


transitions

transitions: TransitionsSpec<radar>

Inherited from: void

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


xAxisID

xAxisID: string

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

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


yAxisID

yAxisID: string

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

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