Stackable options
Options
Section titled “Options”Type: StackableChartOptions
Applies to: bar charts
These options apply to stackable charts. In this library, they are used by bar charts.
isStacked
Section titled “isStacked”Type: boolean
Default: false
Whether the bars should be stacked.
This has only an effect if groupByKey is set.
isNormalized
Section titled “isNormalized”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.