compares agains 6.0.4 after npm install
Opened this issue · 3 comments
Deleted user commented
The package is linked to highcharts 6.0.4 specifically.
Deleted user commented
There are also internal references to 6.0.4 in samples, so maybe additional changes are required.
TorsteinHonsi commented
Internal references to data files with the a specific git tag is okay. It only ensures that the sample data is consistent and cached:
$.getJSON('https://cdn.rawgit.com/highcharts/highcharts/v6.0.4/samples/data/world-population-density.json', function (data) {
bre1470 commented
I can not reproduce the problem anymore, so I suppose it got fixed.