HighchartsTreemapSeriesLevelsOptions constructor

HighchartsTreemapSeriesLevelsOptions({
  1. String? borderColor,
  2. String? borderDashStyle,
  3. double? borderWidth,
  4. String? color,
  5. HighchartsTreemapSeriesLevelsColorVariationOptions? colorVariation,
  6. HighchartsTreemapSeriesLevelsDataLabelsOptions? dataLabels,
  7. String? layoutAlgorithm,
  8. String? layoutStartingDirection,
  9. 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});