HighchartsTreemapSeriesDataOptions constructor
HighchartsTreemapSeriesDataOptions({
- HighchartsTreemapSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- double? colorValue,
- Map<
String, dynamic> ? custom, - List<
HighchartsTreemapSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsTreemapSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsTreemapSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsTreemapSeriesDataMarkerOptions? marker,
- String? name,
- String? parent,
- bool? selected,
- 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});