HighchartsSunburstSeriesLevelsOptions constructor

HighchartsSunburstSeriesLevelsOptions({
  1. String? borderColor,
  2. String? borderDashStyle,
  3. double? borderWidth,
  4. String? color,
  5. bool? colorByPoint,
  6. HighchartsSunburstSeriesLevelsColorVariationOptions? colorVariation,
  7. HighchartsSunburstSeriesLevelsDataLabelsOptions? dataLabels,
  8. double? level,
  9. dynamic levelSize,
})

Set options on specific levels. Takes precedence over series options, but not point options.

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

Implementation

HighchartsSunburstSeriesLevelsOptions(
    {this.borderColor,
    this.borderDashStyle,
    this.borderWidth,
    this.color,
    this.colorByPoint,
    this.colorVariation,
    this.dataLabels,
    this.level,
    this.levelSize});