HighchartsSankeySeriesLevelsStatesInactiveOptions constructor
HighchartsSankeySeriesLevelsStatesInactiveOptions({
- double? linkOpacity,
- double? opacity,
- HighchartsSeriesStatesInactiveAnimationOptions? animation,
- bool? enabled,
The opposite state of a hover for a single point node/link.
API Docs: https://api.highcharts.com/highcharts/series.sankey.levels.states.inactive
Implementation
HighchartsSankeySeriesLevelsStatesInactiveOptions(
{this.linkOpacity, this.opacity, this.animation, this.enabled});