HighchartsVennSeriesClusterOptions constructor

HighchartsVennSeriesClusterOptions({
  1. bool? allowOverlap,
  2. dynamic animation,
  3. HighchartsVennSeriesClusterDataLabelsOptions? dataLabels,
  4. bool? drillToCluster,
  5. bool? enabled,
  6. HighchartsVennSeriesClusterEventsOptions? events,
  7. HighchartsVennSeriesClusterLayoutAlgorithmOptions? layoutAlgorithm,
  8. HighchartsVennSeriesClusterMarkerOptions? marker,
  9. double? minimumClusterSize,
  10. HighchartsVennSeriesClusterStatesOptions? states,
  11. List<HighchartsVennSeriesClusterZonesOptions>? 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.venn.cluster

Implementation

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