HighchartsSankeySeriesLevelsStatesInactiveOptions constructor

HighchartsSankeySeriesLevelsStatesInactiveOptions({
  1. double? linkOpacity,
  2. double? opacity,
  3. HighchartsSeriesStatesInactiveAnimationOptions? animation,
  4. 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});