Welcome to the Highcharts JS (highcharts) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

plotOptions.columnpyramid.stacking

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.