Interface: ControllerDatasetOptions
-
↳ ControllerDatasetOptions
↳↳ BarControllerDatasetOptions
↳↳
↳↳ LineControllerDatasetOptions
↳↳
Properties
• 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}
Defined in:
hidden
• hidden: boolean
false
Defined in:
• indexAxis: |
The base axis of the chart. ‘x’ for vertical charts and ‘y’ for horizontal charts.
‘x’
Defined in: index.esm.d.ts:60 (opens new window)
label
• label: string
The label for the dataset which appears in the legend and tooltips.
Defined in: index.esm.d.ts:68 (opens new window)
• normalized: boolean
Inherited from: .normalized
Defined in:
order
• order: number
The drawing order of dataset. Also affects order for stacking, tooltip and legend.
Defined in:
• parsing: | { [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: ParsingOptions.
Defined in: index.esm.d.ts:43 (opens new window)
stack
• stack: string
Defined in: index.esm.d.ts:77 (opens new window)