HighchartsTreemapSeries constructor
HighchartsTreemapSeries({
- List<
List> ? data, - String? name,
- HighchartsTreemapSeriesOptions? options,
- List<
HighchartsTreemapSeriesDataOptions> ? dataPoints,
A treemap
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.treemap
Implementation
HighchartsTreemapSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});