geoheatmap property
A geoheatmap
series is a variety of heatmap series, composed into
the map projection, where the units are expressed in the latitude
and longitude, and individual values contained in a matrix are
represented as colors.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
geoheatmap
series are defined in plotOptions.geoheatmap. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highmaps/plotOptions.geoheatmap
Implementation
HighchartsGeoHeatmapSeriesOptions? geoheatmap;