Skip to content
Advertisement

Highcharts: Cannot read property ‘parts/Globals.js’ of undefined

I am using certain libraries from Highcharts and I get the following error:

JavaScript

How can I fix this? I am using:

JavaScript

Advertisement

Answer

Faced the same issue. Highcharts released a new version 7.1.0 two days back. They have fixed an issue(10232) which is causing this error. You can use https://code.highcharts.com/5.0.14/modules/solid-gauge.js this particular version instead of the latest one. It’s working for me now.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement