Interface: BubbleControllerDatasetOptions
<PointHoverOptions, <
"bubble"
>>↳
BubbleControllerDatasetOptions
Properties
• backgroundColor: <Color, <"bubble"
>>
Inherited from
ScriptableAndArrayOptions.backgroundColor
Defined in
index.esm.d.ts:1654 (opens new window)
borderColor
• borderColor: ScriptableAndArray<, ScriptableContext<"bubble"
>>
Inherited from
ScriptableAndArrayOptions.borderColor
Defined in
borderWidth
• borderWidth: <number
, ScriptableContext<"bubble"
>>
Inherited from
ScriptableAndArrayOptions.borderWidth
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:67 (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
Defined in
index.esm.d.ts:85 (opens new window)
hitRadius
• hitRadius: ScriptableAndArray<number
, <"bubble"
>>
Extra radius added to point radius for hit detection.
1
Inherited from
ScriptableAndArrayOptions.hitRadius
Defined in
index.esm.d.ts:1830 (opens new window)
Inherited from
ScriptableAndArrayOptions.hoverBackgroundColor
Defined in
hoverBorderColor
• hoverBorderColor: <Color, <"bubble"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderColor
Defined in
index.esm.d.ts:1659 (opens new window)
hoverBorderWidth
• hoverBorderWidth: ScriptableAndArray<number
, <"bubble"
>>
Inherited from
ScriptableAndArrayOptions.hoverBorderWidth
Defined in
index.esm.d.ts:1658 (opens new window)
hoverRadius
• hoverRadius: ScriptableAndArray<number
, <"bubble"
>>
Point radius when hovered.
default
4
Inherited from
ScriptableAndArrayOptions.hoverRadius
Defined in
index.esm.d.ts:1848 (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
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
Defined in
index.esm.d.ts:71 (opens new window)
• normalized:
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
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
pointStyle
• pointStyle: <PointStyle, <"bubble"
>>
Point style
default
‘circle;
Inherited from
ScriptableAndArrayOptions.pointStyle
Defined in
index.esm.d.ts:1835 (opens new window)
radius
• radius: ScriptableAndArray<number
, <"bubble"
>>
Point radius
default
3
Inherited from
ScriptableAndArrayOptions.radius
Defined in
index.esm.d.ts:1825 (opens new window)
rotation
• rotation: ScriptableAndArray<number
, <"bubble"
>>
Point rotation (in degrees).
default
0
Inherited from
ScriptableAndArrayOptions.rotation
Defined in
index.esm.d.ts:1840 (opens new window)
• stack:
The ID of the group to which this dataset belongs to (when stacked, each group will be a separate stack).