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 format each of the series' labels. The
this keyword refers to the series object. By default the
formatter is undefined and the series.name is rendered.
Since v12.6.0, the callback also receives ctx as the first argument,
so that arrow functions can access the same context as regular
functions using this.