heatmap property

HighchartsHeatmapSeriesOptions? heatmap
getter/setter pair

A heatmap is a graphical representation of data where the 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 heatmap series are defined in plotOptions.heatmap.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highcharts/plotOptions.heatmap

Implementation

HighchartsHeatmapSeriesOptions? heatmap;