Interface: RadarControllerDatasetOptions
ScriptableAndArrayOptions< & PointHoverOptions & & PointPrefixedHoverOptions, <>>
ScriptableAndArrayOptions< & LineHoverOptions, <
"radar"
>>AnimationOptions<
"radar"
>↳
RadarControllerDatasetOptions
Properties
• animation: false
| AnimationSpec<"radar"
> & { onComplete?
: (event
: ) => void
; onProgress?
: (event
: AnimationEvent) => void
}
Inherited from
AnimationOptions.animation
Defined in
animations
• animations: <"radar"
>
Inherited from
AnimationOptions.animations
Defined in
index.esm.d.ts:1609 (opens new window)
backgroundColor
• backgroundColor: ScriptableAndArray<, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.backgroundColor
Defined in
borderCapStyle
• borderCapStyle: <CanvasLineCap
, ScriptableContext<"radar"
>>
Line cap style. See MDN.
default
‘butt’
Inherited from
ScriptableAndArrayOptions.borderCapStyle
Defined in
borderColor
• borderColor: <Color, <"radar"
>>
Inherited from
ScriptableAndArrayOptions.borderColor
Defined in
index.esm.d.ts:1653 (opens new window)
borderDash
• borderDash: ScriptableAndArray<number
[], <"radar"
>>
Line dash. See MDN.
default
[]
Inherited from
ScriptableAndArrayOptions.borderDash
Defined in
index.esm.d.ts:1729 (opens new window)
borderDashOffset
• borderDashOffset: ScriptableAndArray<number
, <"radar"
>>
Line dash offset. See MDN.
default
0.0
Inherited from
ScriptableAndArrayOptions.borderDashOffset
Defined in
index.esm.d.ts:1734 (opens new window)
borderJoinStyle
• borderJoinStyle: ScriptableAndArray<CanvasLineJoin
, <"radar"
>>
Line join style. See MDN.
default
‘miter’
Inherited from
ScriptableAndArrayOptions.borderJoinStyle
Defined in
index.esm.d.ts:1739 (opens new window)
borderWidth
• borderWidth: ScriptableAndArray<number
, <"radar"
>>
Inherited from
ScriptableAndArrayOptions.borderWidth
Defined in
index.esm.d.ts:1652 (opens new window)
capBezierPoints
• capBezierPoints: ScriptableAndArray<boolean
, <"radar"
>>
true to keep Bézier control inside the chart, false for no restriction.
default
true
Inherited from
ScriptableAndArrayOptions.capBezierPoints
Defined in
index.esm.d.ts:1744 (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
Defined in
cubicInterpolationMode
• cubicInterpolationMode: <"default"
| "monotone"
, ScriptableContext<"radar"
>>
Interpolation mode to apply.
‘default’
Inherited from
ScriptableAndArrayOptions.cubicInterpolationMode
Defined in
fill
• fill: <FillTarget | , 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
ScriptableAndArrayOptions.fill
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
Defined in
hitRadius
• hitRadius: <number
, ScriptableContext<"radar"
>>
Extra radius added to point radius for hit detection.
default
1
Inherited from
ScriptableAndArrayOptions.hitRadius
Defined in
hoverBackgroundColor
• hoverBackgroundColor: ScriptableAndArray<, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBackgroundColor
Defined in
• hoverBorderCapStyle: ScriptableAndArray<CanvasLineCap
, <"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderCapStyle
Defined in
index.esm.d.ts:1777 (opens new window)
hoverBorderColor
• hoverBorderColor: ScriptableAndArray<, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderColor
Defined in
hoverBorderDash
• hoverBorderDash: <number
[], ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderDash
Defined in
hoverBorderDashOffset
• hoverBorderDashOffset: <number
, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderDashOffset
Defined in
hoverBorderJoinStyle
• hoverBorderJoinStyle: <CanvasLineJoin
, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderJoinStyle
Defined in
hoverBorderWidth
• hoverBorderWidth: <number
, ScriptableContext<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderWidth
Defined in
hoverRadius
• hoverRadius: <number
, ScriptableContext<"radar"
>>
Point radius when hovered.
default
4
Inherited from
ScriptableAndArrayOptions.hoverRadius
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
Defined in
label
• label: string
The label for the dataset which appears in the legend and tooltips.
Inherited from
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
Defined in
order
• order: number
The drawing order of dataset. Also affects order for stacking, tooltip and legend.
Inherited from
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
Defined in
pointBackgroundColor
• pointBackgroundColor: <Color, <"radar"
>>
The fill color for points.
Inherited from
ScriptableAndArrayOptions.pointBackgroundColor
Defined in
index.esm.d.ts:1855 (opens new window)
pointBorderColor
• pointBorderColor: ScriptableAndArray<, ScriptableContext<"radar"
>>
The border color for points.
Inherited from
ScriptableAndArrayOptions.pointBorderColor
Defined in
pointBorderWidth
• pointBorderWidth: <number
, ScriptableContext<"radar"
>>
The width of the point border in pixels.
Inherited from
ScriptableAndArrayOptions.pointBorderWidth
Defined in
pointHitRadius
• pointHitRadius: <number
, ScriptableContext<"radar"
>>
The pixel size of the non-displayed point that reacts to mouse events.
Inherited from
ScriptableAndArrayOptions.pointHitRadius
Defined in
• pointHoverBackgroundColor: ScriptableAndArray<, ScriptableContext<>>
Point background color when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBackgroundColor
Defined in
pointHoverBorderColor
• pointHoverBorderColor: ScriptableAndArray<, ScriptableContext<"radar"
>>
Point border color when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBorderColor
Defined in
pointHoverBorderWidth
• pointHoverBorderWidth: <number
, ScriptableContext<"radar"
>>
Border width of point when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBorderWidth
Defined in
pointHoverRadius
• pointHoverRadius: <number
, ScriptableContext<"radar"
>>
The radius of the point when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverRadius
Defined in
pointRadius
• pointRadius: <number
, ScriptableContext<"radar"
>>
The radius of the point shape. If set to 0, the point is not rendered.
Inherited from
ScriptableAndArrayOptions.pointRadius
Defined in
pointRotation
• pointRotation: <number
, ScriptableContext<"radar"
>>
The rotation of the point in degrees.
Inherited from
ScriptableAndArrayOptions.pointRotation
Defined in
pointStyle
• pointStyle: <PointStyle, <"radar"
>>
Point style
default
‘circle;
Inherited from
ScriptableAndArrayOptions.pointStyle
Defined in
index.esm.d.ts:1835 (opens new window)
radius
• radius: ScriptableAndArray<number
, <"radar"
>>
Point radius
default
3
Inherited from
ScriptableAndArrayOptions.radius
Defined in
index.esm.d.ts:1825 (opens new window)
rotation
• rotation: ScriptableAndArray<number
, <"radar"
>>
Point rotation (in degrees).
default
0
Inherited from
ScriptableAndArrayOptions.rotation
Defined in
index.esm.d.ts:1840 (opens new window)
segment
• segment: ScriptableAndArray<Object
, <"radar"
>>
Inherited from
ScriptableAndArrayOptions.segment
Defined in
index.esm.d.ts:1765 (opens new window)
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
index.esm.d.ts:405 (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
Defined in
index.esm.d.ts:80 (opens new window)
stepped
• stepped: ScriptableAndArray<boolean
| "before"
| "after"
| "middle"
, <"radar"
>>
true to show the line as a stepped line (tension will be ignored).
default
false
Inherited from
ScriptableAndArrayOptions.stepped
Defined in
index.esm.d.ts:1759 (opens new window)
tension
• tension: ScriptableAndArray<number
, <"radar"
>>
Bézier curve tension (0 for no Bézier curves).
default
0
Inherited from
ScriptableAndArrayOptions.tension
Defined in
index.esm.d.ts:1754 (opens new window)
transitions
• transitions: TransitionsSpec<"radar"
>
Inherited from
AnimationOptions.transitions
Defined in
• xAxisID: string
The ID of the x axis to plot this dataset on.
Defined in
yAxisID
• yAxisID: string
The ID of the y axis to plot this dataset on.