HighchartsScatterSeriesClusterOptions constructor
HighchartsScatterSeriesClusterOptions({
- bool? allowOverlap,
- dynamic animation,
- HighchartsScatterSeriesClusterDataLabelsOptions? dataLabels,
- bool? drillToCluster,
- bool? enabled,
- HighchartsScatterSeriesClusterEventsOptions? events,
- HighchartsScatterSeriesClusterLayoutAlgorithmOptions? layoutAlgorithm,
- HighchartsScatterSeriesClusterMarkerOptions? marker,
- double? minimumClusterSize,
- HighchartsScatterSeriesClusterStatesOptions? states,
- 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});