cluster property

HighchartsVectorSeriesClusterOptions? cluster
getter/setter pair

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.

Note: marker clusters module is not working with boost and draggable-points modules.

The marker clusters feature requires the marker-clusters.js file to be loaded, found in the modules directory of the download package, or online at code.highcharts.com/modules/marker-clusters.js.

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

Implementation

HighchartsVectorSeriesClusterOptions? cluster;