- Interface: RadarControllerDatasetOptions
- Hierarchy
- Properties
- animation
- animations
- backgroundColor
- borderCapStyle
- borderColor
- borderDash
- borderDashOffset
- borderJoinStyle
- borderWidth
- capBezierPoints
- clip
- cubicInterpolationMode
- fill
- hidden
- hitRadius
- hoverBackgroundColor
- hoverBorderCapStyle
- hoverBorderColor
- hoverBorderDash
- hoverBorderDashOffset
- hoverBorderJoinStyle
- hoverBorderWidth
- hoverRadius
- indexAxis
- label
- normalized
- order
- parsing
- pointBackgroundColor
- pointBorderColor
- pointBorderWidth
- pointHitRadius
- pointHoverBackgroundColor
- pointHoverBorderColor
- pointHoverBorderWidth
- pointHoverRadius
- pointRadius
- pointRotation
- pointStyle
- radius
- rotation
- segment
- showLine
- spanGaps
- stack
- stepped
- tension
- transitions
- xAxisID
- yAxisID
Interface: RadarControllerDatasetOptions
Hierarchy
ScriptableAndArrayOptions
<PointOptions
&PointHoverOptions
&PointPrefixedOptions
&PointPrefixedHoverOptions
,ScriptableContext
<"radar"
>>ScriptableAndArrayOptions
<LineOptions
&LineHoverOptions
,ScriptableContext
<"radar"
>>AnimationOptions
<"radar"
>↳
RadarControllerDatasetOptions
Properties
animation
• animation: false
| AnimationSpec
<"radar"
> & { onComplete?
: (event
: AnimationEvent
) => void
; onProgress?
: (event
: AnimationEvent
) => void
}
Inherited from
AnimationOptions.animation
Defined in
index.esm.d.ts:1588 (opens new window)
animations
• animations: AnimationsSpec
<"radar"
>
Inherited from
AnimationOptions.animations
Defined in
index.esm.d.ts:1598 (opens new window)
backgroundColor
• backgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.backgroundColor
Defined in
index.esm.d.ts:1643 (opens new window)
borderCapStyle
• borderCapStyle: ScriptableAndArray
<CanvasLineCap
, ScriptableContext
<"radar"
>>
Line cap style. See MDN.
default
‘butt’
Inherited from
ScriptableAndArrayOptions.borderCapStyle
Defined in
index.esm.d.ts:1713 (opens new window)
borderColor
• borderColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.borderColor
Defined in
index.esm.d.ts:1642 (opens new window)
borderDash
• borderDash: ScriptableAndArray
<number
[], ScriptableContext
<"radar"
>>
Line dash. See MDN.
default
[]
Inherited from
ScriptableAndArrayOptions.borderDash
Defined in
index.esm.d.ts:1718 (opens new window)
borderDashOffset
• borderDashOffset: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Line dash offset. See MDN.
default
0.0
Inherited from
ScriptableAndArrayOptions.borderDashOffset
Defined in
index.esm.d.ts:1723 (opens new window)
borderJoinStyle
• borderJoinStyle: ScriptableAndArray
<CanvasLineJoin
, ScriptableContext
<"radar"
>>
Line join style. See MDN.
default
‘miter’
Inherited from
ScriptableAndArrayOptions.borderJoinStyle
Defined in
index.esm.d.ts:1728 (opens new window)
borderWidth
• borderWidth: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.borderWidth
Defined in
index.esm.d.ts:1641 (opens new window)
capBezierPoints
• capBezierPoints: ScriptableAndArray
<boolean
, ScriptableContext
<"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:1733 (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
index.esm.d.ts:67 (opens new window)
cubicInterpolationMode
• cubicInterpolationMode: ScriptableAndArray
<"default"
| "monotone"
, ScriptableContext
<"radar"
>>
Interpolation mode to apply.
default
‘default’
Inherited from
ScriptableAndArrayOptions.cubicInterpolationMode
Defined in
index.esm.d.ts:1738 (opens new window)
fill
• fill: ScriptableAndArray
<FillTarget
| ComplexFillTarget
, 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
index.esm.d.ts:1752 (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:85 (opens new window)
hitRadius
• hitRadius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Extra radius added to point radius for hit detection.
default
1
Inherited from
ScriptableAndArrayOptions.hitRadius
Defined in
index.esm.d.ts:1819 (opens new window)
hoverBackgroundColor
• hoverBackgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBackgroundColor
Defined in
index.esm.d.ts:1649 (opens new window)
hoverBorderCapStyle
• hoverBorderCapStyle: ScriptableAndArray
<CanvasLineCap
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderCapStyle
Defined in
index.esm.d.ts:1766 (opens new window)
hoverBorderColor
• hoverBorderColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderColor
Defined in
index.esm.d.ts:1648 (opens new window)
hoverBorderDash
• hoverBorderDash: ScriptableAndArray
<number
[], ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderDash
Defined in
index.esm.d.ts:1767 (opens new window)
hoverBorderDashOffset
• hoverBorderDashOffset: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderDashOffset
Defined in
index.esm.d.ts:1768 (opens new window)
hoverBorderJoinStyle
• hoverBorderJoinStyle: ScriptableAndArray
<CanvasLineJoin
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderJoinStyle
Defined in
index.esm.d.ts:1769 (opens new window)
hoverBorderWidth
• hoverBorderWidth: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderWidth
Defined in
index.esm.d.ts:1647 (opens new window)
hoverRadius
• hoverRadius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Point radius when hovered.
default
4
Inherited from
ScriptableAndArrayOptions.hoverRadius
Defined in
index.esm.d.ts:1837 (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:63 (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:71 (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:55 (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:75 (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:46 (opens new window)
pointBackgroundColor
• pointBackgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
The fill color for points.
Inherited from
ScriptableAndArrayOptions.pointBackgroundColor
Defined in
index.esm.d.ts:1844 (opens new window)
pointBorderColor
• pointBorderColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
The border color for points.
Inherited from
ScriptableAndArrayOptions.pointBorderColor
Defined in
index.esm.d.ts:1848 (opens new window)
pointBorderWidth
• pointBorderWidth: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
The width of the point border in pixels.
Inherited from
ScriptableAndArrayOptions.pointBorderWidth
Defined in
index.esm.d.ts:1852 (opens new window)
pointHitRadius
• pointHitRadius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
The pixel size of the non-displayed point that reacts to mouse events.
Inherited from
ScriptableAndArrayOptions.pointHitRadius
Defined in
index.esm.d.ts:1856 (opens new window)
pointHoverBackgroundColor
• pointHoverBackgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Point background color when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBackgroundColor
Defined in
index.esm.d.ts:1875 (opens new window)
pointHoverBorderColor
• pointHoverBorderColor: ScriptableAndArray
<Color
, ScriptableContext
<"radar"
>>
Point border color when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBorderColor
Defined in
index.esm.d.ts:1879 (opens new window)
pointHoverBorderWidth
• pointHoverBorderWidth: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Border width of point when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverBorderWidth
Defined in
index.esm.d.ts:1883 (opens new window)
pointHoverRadius
• pointHoverRadius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
The radius of the point when hovered.
Inherited from
ScriptableAndArrayOptions.pointHoverRadius
Defined in
index.esm.d.ts:1887 (opens new window)
pointRadius
• pointRadius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
The radius of the point shape. If set to 0, the point is not rendered.
Inherited from
ScriptableAndArrayOptions.pointRadius
Defined in
index.esm.d.ts:1860 (opens new window)
pointRotation
• pointRotation: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
The rotation of the point in degrees.
Inherited from
ScriptableAndArrayOptions.pointRotation
Defined in
index.esm.d.ts:1864 (opens new window)
pointStyle
• pointStyle: ScriptableAndArray
<PointStyle
, ScriptableContext
<"radar"
>>
Point style
default
‘circle;
Inherited from
ScriptableAndArrayOptions.pointStyle
Defined in
index.esm.d.ts:1824 (opens new window)
radius
• radius: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Point radius
default
3
Inherited from
ScriptableAndArrayOptions.radius
Defined in
index.esm.d.ts:1814 (opens new window)
rotation
• rotation: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Point rotation (in degrees).
default
0
Inherited from
ScriptableAndArrayOptions.rotation
Defined in
index.esm.d.ts:1829 (opens new window)
segment
• segment: ScriptableAndArray
<Object
, ScriptableContext
<"radar"
>>
Inherited from
ScriptableAndArrayOptions.segment
Defined in
index.esm.d.ts:1754 (opens new window)
showLine
• showLine: boolean
If false, the line is not drawn for this dataset.
Defined in
index.esm.d.ts:400 (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:395 (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:80 (opens new window)
stepped
• stepped: ScriptableAndArray
<boolean
| "before"
| "after"
| "middle"
, ScriptableContext
<"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:1748 (opens new window)
tension
• tension: ScriptableAndArray
<number
, ScriptableContext
<"radar"
>>
Bézier curve tension (0 for no Bézier curves).
default
0
Inherited from
ScriptableAndArrayOptions.tension
Defined in
index.esm.d.ts:1743 (opens new window)
transitions
• transitions: TransitionsSpec
<"radar"
>
Inherited from
AnimationOptions.transitions
Defined in
index.esm.d.ts:1599 (opens new window)
xAxisID
• xAxisID: string
The ID of the x axis to plot this dataset on.
Defined in
index.esm.d.ts:386 (opens new window)
yAxisID
• yAxisID: string
The ID of the y axis to plot this dataset on.