Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of highcharts (V4.2.7) has breaking changes #36

Open
PavaniKa opened this issue Sep 21, 2016 · 1 comment
Open

New version of highcharts (V4.2.7) has breaking changes #36

PavaniKa opened this issue Sep 21, 2016 · 1 comment

Comments

@PavaniKa
Copy link

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.

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.

old bower.json file was looking like...

"dependencies": {
    "bootstrap": "^3.3.6",
    "highcharts-export-clientside": "^1.1.4"
  }

To fix the issue, we mentioned the exact highcharts version

"dependencies": {
    "bootstrap": "^3.3.6",
    "highcharts": "4.2.6",
    "highcharts-export-clientside": "^1.1.4"
  }

Just wanted to bring this to your attention.

Thanks in advance.

@PavaniKa
Copy link
Author

@A---- Can you please look into this issue when you get a chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant