HighchartsGeoHeatmapSeriesInterpolationOptions constructor

HighchartsGeoHeatmapSeriesInterpolationOptions({
  1. double? blur,
  2. bool? enabled,
})

Make the geoheatmap render its data points as an interpolated image. It can be used to show a Temperature Map-like charts.

API Docs: https://api.highcharts.com/highmaps/series.geoheatmap.interpolation

Implementation

HighchartsGeoHeatmapSeriesInterpolationOptions({this.blur, this.enabled});