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