geoheatmap property

HighchartsGeoHeatmapSeriesOptions? geoheatmap
getter/setter pair

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:

  1. Options for all series in a chart are defined in the plotOptions.series object.
  2. Options for all geoheatmap series are defined in plotOptions.geoheatmap.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highmaps/plotOptions.geoheatmap

Implementation

HighchartsGeoHeatmapSeriesOptions? geoheatmap;