Debugger module#

The debugger module is an easy and quick way to display error messages on the chart. This is a very simple tool that can improve the process of chart creation and debugging.

Installation#

Requires the debugger.js module.

Configuration#

The functionality of the debugger module is very simple to add and use; all you need to do is to add the module to your project. Almost all errors related to Highcharts will be shown directly on the chart.

To stop displaying errors on the chart, set chart.displayErrors property to false.

Use Cases#

{
chart: {
displayErrors: false
}
}

API documentation#

Check the following API document link to learn more about the debugger module.