Meteor-HighCharts
Meteor-HighCharts copied to clipboard
Update to latest version
Can we update the chart library to the latest version?
If you need an update asap, it would be great if you could open a pull request.
Now that we've got the pull request merged, what steps need to happen before it becomes available via the meteor package manager? Can close this issue once that happens.
Ehm, I guess I (or @MaazAli ) need to update the package version and afterwards @MaazAli needs to push the new version do atmosphere.
In the meantime, you can the package locally. Just copy the folder to path/to/your/app/packages
, open the package.js
and change line 4 to 0.4.1
and line 5 to something like local:highcharts
. Afterwards you need to remove maazalik:highcharts
from your app and add local:highcharts
.