This repository was archived by the owner on May 3, 2023. It is now read-only.

Description
According to the Highcharts documentation Tooltips can be formatted using the formatter() function - Here is a simple example of the formatter() function in action.
When I tried using the formatter() function in the chart configuration object, the chart fails to load. Unfortunately I have no errors to share as none are being reported in the console.
Example code:
tooltip: {
formatter: function() {
return "Test tooltip";
}
}
I apologise for the lack of information, but similar to the issue I reported previously #21 I see no errors in the console. Only thing that happens is that the chart simply does not load.