HighchartsMapSeriesOptions constructor

HighchartsMapSeriesOptions({
  1. bool? affectsMapView,
  2. bool? animation,
  3. bool? colorByPoint,
  4. String? colorKey,
  5. List? colors,
  6. HighchartsMapSeriesDataLabelsOptions? dataLabels,
  7. String? id,
  8. double? index,
  9. double? legendIndex,
  10. String? legendSymbol,
  11. String? linecap,
  12. dynamic mapData,
  13. String? nullColor,
  14. bool? nullInteraction,
  15. HighchartsMapSeriesStatesOptions? states,
  16. HighchartsMapSeriesTooltipOptions? tooltip,
})

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

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

Implementation

HighchartsMapSeriesOptions(
    {this.affectsMapView,
    this.animation,
    this.colorByPoint,
    this.colorKey,
    this.colors,
    this.dataLabels,
    this.id,
    this.index,
    this.legendIndex,
    this.legendSymbol,
    this.linecap,
    this.mapData,
    this.nullColor,
    this.nullInteraction,
    this.states,
    this.tooltip});