HighchartsTreemapSeriesStatesOptions constructor
HighchartsTreemapSeriesStatesOptions({
- HighchartsTreemapSeriesStatesHoverOptions? 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.treemap.states
Implementation
HighchartsTreemapSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});