HighchartsLegendBubbleLegendRangesOptions constructor

HighchartsLegendBubbleLegendRangesOptions({
  1. String? borderColor,
  2. String? color,
  3. String? connectorColor,
  4. double? value,
})

Options for specific range. One range consists of bubble, label and connector.

API Docs: https://api.highcharts.com/highcharts/legend.bubbleLegend.ranges

Implementation

HighchartsLegendBubbleLegendRangesOptions(
    {this.borderColor, this.color, this.connectorColor, this.value});