HighchartsScatterSeriesClusterOptions constructor

HighchartsScatterSeriesClusterOptions({
  1. bool? allowOverlap,
  2. dynamic animation,
  3. HighchartsScatterSeriesClusterDataLabelsOptions? dataLabels,
  4. bool? drillToCluster,
  5. bool? enabled,
  6. HighchartsScatterSeriesClusterEventsOptions? events,
  7. HighchartsScatterSeriesClusterLayoutAlgorithmOptions? layoutAlgorithm,
  8. HighchartsScatterSeriesClusterMarkerOptions? marker,
  9. double? minimumClusterSize,
  10. HighchartsScatterSeriesClusterStatesOptions? states,
  11. List<HighchartsScatterSeriesClusterZonesOptions>? zones,
})

Options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.

API Docs: https://api.highcharts.com/highcharts/series.scatter.cluster

Implementation

HighchartsScatterSeriesClusterOptions(
    {this.allowOverlap,
    this.animation,
    this.dataLabels,
    this.drillToCluster,
    this.enabled,
    this.events,
    this.layoutAlgorithm,
    this.marker,
    this.minimumClusterSize,
    this.states,
    this.zones});