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