# Interface: BubbleControllerDatasetOptions
# Hierarchy
ScriptableAndArrayOptions
<PointOptions
,ScriptableContext
<"bubble"
>>ScriptableAndArrayOptions
<PointHoverOptions
,ScriptableContext
<"bubble"
>>↳
BubbleControllerDatasetOptions
# Properties
# backgroundColor
• backgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.backgroundColor
# Defined in
types/index.d.ts:1817 (opens new window)
# borderColor
• borderColor: ScriptableAndArray
<Color
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.borderColor
# Defined in
types/index.d.ts:1816 (opens new window)
# borderWidth
• borderWidth: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.borderWidth
# Defined in
types/index.d.ts:1815 (opens new window)
# clip
• clip: number
| false
| 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
types/index.d.ts:75 (opens new window)
# drawActiveElementsOnTop
• drawActiveElementsOnTop: ScriptableAndArray
<boolean
, ScriptableContext
<"bubble"
>>
Draw the active elements over the other elements of the dataset,
Default
true
# Inherited from
ScriptableAndArrayOptions.drawActiveElementsOnTop
# Defined in
types/index.d.ts:2018 (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
types/index.d.ts:93 (opens new window)
# hitRadius
• hitRadius: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
Extra radius added to point radius for hit detection.
Default
1
# Inherited from
ScriptableAndArrayOptions.hitRadius
# Defined in
types/index.d.ts:2003 (opens new window)
# hoverBackgroundColor
• hoverBackgroundColor: ScriptableAndArray
<Color
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.hoverBackgroundColor
# Defined in
types/index.d.ts:1823 (opens new window)
# hoverBorderColor
• hoverBorderColor: ScriptableAndArray
<Color
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.hoverBorderColor
# Defined in
types/index.d.ts:1822 (opens new window)
# hoverBorderWidth
• hoverBorderWidth: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
# Inherited from
ScriptableAndArrayOptions.hoverBorderWidth
# Defined in
types/index.d.ts:1821 (opens new window)
# hoverRadius
• hoverRadius: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
Point radius when hovered.
Default
4
# Inherited from
ScriptableAndArrayOptions.hoverRadius
# Defined in
types/index.d.ts:2026 (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
types/index.d.ts:71 (opens new window)
# label
• label: string
The label for the dataset which appears in the legend and tooltips.
# Inherited from
ControllerDatasetOptions.label
# Defined in
types/index.d.ts:79 (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
types/index.d.ts:63 (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
types/index.d.ts:83 (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
types/index.d.ts:54 (opens new window)
# pointStyle
• pointStyle: ScriptableAndArray
<PointStyle
, ScriptableContext
<"bubble"
>>
Point style
Default
'circle;
# Inherited from
ScriptableAndArrayOptions.pointStyle
# Defined in
types/index.d.ts:2008 (opens new window)
# radius
• radius: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
Point radius
Default
3
# Inherited from
ScriptableAndArrayOptions.radius
# Defined in
types/index.d.ts:1998 (opens new window)
# rotation
• rotation: ScriptableAndArray
<number
, ScriptableContext
<"bubble"
>>
Point rotation (in degrees).
Default
0
# Inherited from
ScriptableAndArrayOptions.rotation
# Defined in
types/index.d.ts:2013 (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
types/index.d.ts:88 (opens new window)
# xAxisID
• xAxisID: string
The ID of the x axis to plot this dataset on.
# Defined in
types/index.d.ts:169 (opens new window)
# yAxisID
• yAxisID: string
The ID of the y axis to plot this dataset on.