HighchartsTreegraphSeriesStatesOptions constructor
HighchartsTreegraphSeriesStatesOptions({
- HighchartsTreegraphSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsSeriesStatesSelectOptions? select,
A wrapper object for all the series options in specific states.
API Docs: https://api.highcharts.com/highcharts/series.treegraph.states
Implementation
HighchartsTreegraphSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});