HighchartsTilemapSeriesDataOptions constructor
HighchartsTilemapSeriesDataOptions({
- HighchartsTilemapSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - List<
HighchartsTilemapSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsTilemapSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsTilemapSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- String? name,
- double? pointPadding,
- bool? selected,
- double? value,
- double? x,
- double? y,
An array of data points for the series. For the tilemap
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.tilemap.data
Implementation
HighchartsTilemapSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.id,
this.labelrank,
this.name,
this.pointPadding,
this.selected,
this.value,
this.x,
this.y});