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.
Callback function to handle click events on the credits label.
The callback can call event.preventDefault() to prevent the
default navigation behavior. Alternatively, you can add a general
event handler using Highcharts.addEvent(Chart, 'creditsClick', callback) instead of providing it in the options tree.