You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this module in our applications. This has an internal dependency on 'highcharts' https://github.com/highcharts/highcharts-dist/ module. Today (09/21/2016) a new version v4.2.7 of highcharts is released. With the new version it is breaking the code internally. Below is the exact error.
jQuery.Deferred exception: Cannot read property 'drilldown' of null TypeError: Cannot read property 'drilldown' of null
at http://localhost:6015/bower_components/highcharts/modules/drilldown.js:15:110
at Array.forEach (native)
at q (http://localhost:6015/bower_components/highcharts/highcharts.js:26:277)
at Object.d.Axis.getDDPoints (http://localhost:6015/bower_components/highcharts/modules/drilldown.js:15:4)
at Object.x.drillable (http://localhost:6015/bower_components/highcharts/modules/drilldown.js:15:273)
at Object.<anonymous> (http://localhost:6015/bower_components/highcharts/modules/drilldown.js:16:139)
at Object.a.(anonymous function) (http://localhost:6015/bower_components/highcharts/highcharts.js:22:244)
at Object.<anonymous> (http://localhost:6015/js/Highcharts/plugins/customEvents.js:213:34)
at Object.a.(anonymous function) [as addLabel] (http://localhost:6015/bower_components/highcharts/highcharts.js:22:244)
at Object.Ya (http://localhost:6015/bower_components/highcharts/highcharts.js:15:102) undefined
As a workaround, we are explicitly installing the previous version of highcharts v.4.2.6.
Hi,
We are using this module in our applications. This has an internal dependency on 'highcharts' https://github.com/highcharts/highcharts-dist/ module. Today (09/21/2016) a new version v4.2.7 of highcharts is released. With the new version it is breaking the code internally. Below is the exact error.
As a workaround, we are explicitly installing the previous version of highcharts v.4.2.6.
old bower.json file was looking like...
To fix the issue, we mentioned the exact highcharts version
Just wanted to bring this to your attention.
Thanks in advance.
The text was updated successfully, but these errors were encountered: