HighchartsFunnelSeriesStatesOptions constructor
HighchartsFunnelSeriesStatesOptions({
- HighchartsFunnelSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsFunnelSeriesStatesSelectOptions? select,
Options for the series states.
API Docs: https://api.highcharts.com/highcharts/series.funnel.states
Implementation
HighchartsFunnelSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});