drillToCluster property
Fires when the cluster point is clicked and drillToCluster
is enabled.
One parameter, event
, is passed to the function. The default action
is to zoom to the cluster points range. This can be prevented
by calling event.preventDefault()
.
API Docs: https://api.highcharts.com/highcharts/series.venn.cluster.events.drillToCluster
Implementation
HighchartsCallback? drillToCluster;