HighchartsSankeySeriesStatesOptions constructor
HighchartsSankeySeriesStatesOptions({
- HighchartsSankeySeriesStatesHoverOptions? hover,
- HighchartsSankeySeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsSankeySeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsSankeySeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});