click property

HighchartsCallback? click
getter/setter pair

Fires when the series is clicked. One parameter, event, is passed to the function, containing common event information. Additionally, event.point holds a pointer to the nearest point on the graph.

API Docs: https://api.highcharts.com/highcharts/series.treegraph.events.click

Implementation

HighchartsCallback? click;