HighchartsDependencyWheelSeriesLevelsOptions constructor

HighchartsDependencyWheelSeriesLevelsOptions({
  1. String? borderColor,
  2. double? borderWidth,
  3. String? color,
  4. bool? colorByPoint,
  5. HighchartsDependencyWheelSeriesLevelsDataLabelsOptions? dataLabels,
  6. double? level,
  7. double? linkOpacity,
  8. HighchartsDependencyWheelSeriesLevelsStatesOptions? states,
})

Set options on specific levels. Takes precedence over series options, but not node and link options.

API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.levels

Implementation

HighchartsDependencyWheelSeriesLevelsOptions(
    {this.borderColor,
    this.borderWidth,
    this.color,
    this.colorByPoint,
    this.dataLabels,
    this.level,
    this.linkOpacity,
    this.states});