HighchartsTreemapSeriesLevelsOptions constructor
HighchartsTreemapSeriesLevelsOptions({
- String? borderColor,
- String? borderDashStyle,
- double? borderWidth,
- String? color,
- HighchartsTreemapSeriesLevelsColorVariationOptions? colorVariation,
- HighchartsTreemapSeriesLevelsDataLabelsOptions? dataLabels,
- String? layoutAlgorithm,
- String? layoutStartingDirection,
- double? level,
Set options on specific levels. Takes precedence over series options, but not point options.
API Docs: https://api.highcharts.com/highcharts/series.treemap.levels
Implementation
HighchartsTreemapSeriesLevelsOptions(
{this.borderColor,
this.borderDashStyle,
this.borderWidth,
this.color,
this.colorVariation,
this.dataLabels,
this.layoutAlgorithm,
this.layoutStartingDirection,
this.level});