HighchartsMapBubbleSeriesOptions constructor

HighchartsMapBubbleSeriesOptions({
  1. double? animationLimit,
  2. String? color,
  3. bool? displayNegative,
  4. String? id,
  5. double? index,
  6. List<String>? joinBy,
  7. double? legendIndex,
  8. String? lineColor,
  9. double? lineWidth,
  10. dynamic mapData,
  11. dynamic marker,
  12. dynamic maxSize,
  13. dynamic minSize,
  14. String? negativeColor,
  15. String? sizeBy,
  16. bool? sizeByAbsoluteValue,
  17. HighchartsMapBubbleSeriesTooltipOptions? tooltip,
  18. double? zMax,
  19. double? zMin,
  20. double? zThreshold,
  21. bool? zoomEnabled,
})

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

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

Implementation

HighchartsMapBubbleSeriesOptions(
    {this.animationLimit,
    this.color,
    this.displayNegative,
    this.id,
    this.index,
    this.joinBy,
    this.legendIndex,
    this.lineColor,
    this.lineWidth,
    this.mapData,
    this.marker,
    this.maxSize,
    this.minSize,
    this.negativeColor,
    this.sizeBy,
    this.sizeByAbsoluteValue,
    this.tooltip,
    this.zMax,
    this.zMin,
    this.zThreshold,
    this.zoomEnabled});