Welcome to the Highcharts Stock JS (highstock) Options Reference

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.

plotOptions.scatter.tooltip.pointFormatter

A callback function for formatting the HTML output for a single point in the tooltip. Like the pointFormat string, but with more flexibility. 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.