HighchartsTreemapSeriesDataOptions constructor

HighchartsTreemapSeriesDataOptions({
  1. HighchartsTreemapSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. double? colorValue,
  6. Map<String, dynamic>? custom,
  7. List<HighchartsTreemapSeriesDataDataLabelsOptions>? dataLabels,
  8. String? description,
  9. HighchartsTreemapSeriesDataDragDropOptions? dragDrop,
  10. String? drilldown,
  11. HighchartsTreemapSeriesDataEventsOptions? events,
  12. String? id,
  13. double? labelrank,
  14. HighchartsTreemapSeriesDataMarkerOptions? marker,
  15. String? name,
  16. String? parent,
  17. bool? selected,
  18. double? value,
})

An array of data points for the series. For the treemap series type, points can be given in the following ways:

API Docs: https://api.highcharts.com/highcharts/series.treemap.data

Implementation

HighchartsTreemapSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.colorValue,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.marker,
    this.name,
    this.parent,
    this.selected,
    this.value});