streamgraph property
A streamgraph is a type of stacked area graph which is displaced around a central axis, resulting in a flowing, organic shape.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
streamgraph
series are defined in plotOptions.streamgraph. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highcharts/plotOptions.streamgraph
Implementation
HighchartsStreamgraphSeriesOptions? streamgraph;