HighchartsSankeySeriesLevelsStatesSelectOptions constructor
HighchartsSankeySeriesLevelsStatesSelectOptions({
- String? borderColor,
- String? color,
- HighchartsSeriesStatesSelectAnimationOptions? animation,
- bool? enabled,
Options for the selected point. These settings override the normal state options when a point is selected.
API Docs: https://api.highcharts.com/highcharts/series.sankey.levels.states.select
Implementation
HighchartsSankeySeriesLevelsStatesSelectOptions(
{this.borderColor, this.color, this.animation, this.enabled});