Skip to content

Stackable options

Type: StackableChartOptions
Applies to: bar charts

These options apply to stackable charts. In this library, they are used by bar charts.

Type: boolean
Default: false

Whether the bars should be stacked. This has only an effect if groupByKey is set.

Type: boolean
Default: false

Whether the stacked bars should be normalized to share the same scale. This has only an effect if isStacked is set to true and groupByKey is set.