HighchartsSunburstSeriesLevelsOptions constructor
HighchartsSunburstSeriesLevelsOptions({
- String? borderColor,
- String? borderDashStyle,
- double? borderWidth,
- String? color,
- bool? colorByPoint,
- HighchartsSunburstSeriesLevelsColorVariationOptions? colorVariation,
- HighchartsSunburstSeriesLevelsDataLabelsOptions? dataLabels,
- double? level,
- 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});