-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
Hi Guys,
The last release 4.2.3 has a bug on map.js (highmaps) module...
I'm using this module as part of the highcharts main library, not separately as I don't use all the feature Highmaps allows.
Here is JS error stack i get:
TypeError: Cannot read property 'indexOf' of undefined
at Ka (eval at (http://localhost:8080/assets/js/vendor.js:1622:2), :11:385)
at Object.Highcharts.geojson (eval at (http://localhost:8080/assets/js/pub-1b317cb9bc128796e394.js:1119:2), :2082:39)
at Object.seriesTypes.map.merge.setData (eval at (http://localhost:8080/assets/js/pub-1b317cb9bc128796e394.js:1119:2), :1339:42)
at Object.Q.init (eval at (http://localhost:8080/assets/js/vendor.js:1622:2)
I've tried to downgrade to release 4.2.0 and it seems that this issue does not reproduced there.