HighchartsVennSeriesClusterOptions constructor
HighchartsVennSeriesClusterOptions({
- bool? allowOverlap,
- dynamic animation,
- HighchartsVennSeriesClusterDataLabelsOptions? dataLabels,
- bool? drillToCluster,
- bool? enabled,
- HighchartsVennSeriesClusterEventsOptions? events,
- HighchartsVennSeriesClusterLayoutAlgorithmOptions? layoutAlgorithm,
- HighchartsVennSeriesClusterMarkerOptions? marker,
- double? minimumClusterSize,
- HighchartsVennSeriesClusterStatesOptions? states,
- 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});