streamgraph property

HighchartsStreamgraphSeriesOptions? streamgraph
getter/setter pair

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:

  1. Options for all series in a chart are defined in the plotOptions.series object.
  2. Options for all streamgraph series are defined in plotOptions.streamgraph.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highcharts/plotOptions.streamgraph

Implementation

HighchartsStreamgraphSeriesOptions? streamgraph;