HighchartsGeoHeatmapSeriesOptions constructor

HighchartsGeoHeatmapSeriesOptions({
  1. bool? affectsMapView,
  2. bool? animation,
  3. double? borderWidth,
  4. String? color,
  5. bool? colorByPoint,
  6. String? colorKey,
  7. List? colors,
  8. double? colsize,
  9. HighchartsGeoHeatmapSeriesDataLabelsOptions? dataLabels,
  10. String? id,
  11. double? index,
  12. HighchartsGeoHeatmapSeriesInterpolationOptions? interpolation,
  13. double? legendIndex,
  14. String? legendSymbol,
  15. String? linecap,
  16. String? nullColor,
  17. bool? nullInteraction,
  18. double? rowsize,
  19. HighchartsGeoHeatmapSeriesStatesOptions? states,
  20. HighchartsGeoHeatmapSeriesTooltipOptions? tooltip,
  21. bool? zoomEnabled,
})

A geoheatmap series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsGeoHeatmapSeriesOptions(
    {this.affectsMapView,
    this.animation,
    this.borderWidth,
    this.color,
    this.colorByPoint,
    this.colorKey,
    this.colors,
    this.colsize,
    this.dataLabels,
    this.id,
    this.index,
    this.interpolation,
    this.legendIndex,
    this.legendSymbol,
    this.linecap,
    this.nullColor,
    this.nullInteraction,
    this.rowsize,
    this.states,
    this.tooltip,
    this.zoomEnabled});