score:2

as far as i know, there isn't any debug mode. i am using firebug with firefox (if you are using chrome you can go for the chrome developer tools), and that can show errors associated with the syntax when a chart is not properly rendering.

here is the link https://getfirebug.com/downloads

it's like a console appear in the bottom of the web browser showing all the data transactions.

score:3

necro, but probably still relevant for people who end up on this question: highcharts >7.0.0 adds the possibility to show render errors on graphs.

from the docs: https://www.highcharts.com/docs/advanced-chart-features/debugger-mode

the debugger.js file which that page talks about can be found on the highcharts zip under code/modules.


Related Query

More Query from same tag