These pages outline the chart configuration options, and the methods and properties of Highcharts objects.
Feel free to search this API through the search bar or the navigation tree in the sidebar.
Fires when the legend item belonging to the series is clicked. One
parameter, event
, is passed to the function. The default action
is to toggle the visibility of the series, point or data class. This
can be prevented by returning false
or calling
event.preventDefault()
.