HighchartsMapBubbleSeriesOptions constructor
HighchartsMapBubbleSeriesOptions({
- double? animationLimit,
- String? color,
- bool? displayNegative,
- String? id,
- double? index,
- List<
String> ? joinBy, - double? legendIndex,
- String? lineColor,
- double? lineWidth,
- dynamic mapData,
- dynamic marker,
- dynamic maxSize,
- dynamic minSize,
- String? negativeColor,
- String? sizeBy,
- bool? sizeByAbsoluteValue,
- HighchartsMapBubbleSeriesTooltipOptions? tooltip,
- double? zMax,
- double? zMin,
- double? zThreshold,
- 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});