stacking property
Whether to stack the values of each series on top of each other.
Possible values are undefined
to disable, "normal"
to stack by
value or "percent"
.
When stacking is enabled, data must be sorted in ascending X order.
Some stacking options are related to specific series types. In the
streamgraph series type, the stacking option is set to "stream"
.
The second one is "overlap"
, which only applies to waterfall
series.
API Docs: https://api.highcharts.com/highcharts/series.columnpyramid.stacking
Implementation
String? stacking;