heatmap property
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:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
heatmap
series are defined in plotOptions.heatmap. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highcharts/plotOptions.heatmap
Implementation
HighchartsHeatmapSeriesOptions? heatmap;