I am using certain libraries from Highcharts and I get the following error:
Uncaught TypeError: Cannot read property 'parts/Globals.js' of undefined at map.src.js:31 at map.src.js:22 at map.src.js:11
How can I fix this? I am using:
<script src="https://code.highcharts.com/maps/modules/map.js"></script>
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.