I updated AmCharts to version 3.17.3 (October 15, 2015).
Package images are now loaded as assets instead of files. They can be accessed via the Assets API from the server, or at the URL /packages/username_package-name/file-name from the client. See Meteor Docs
Hi.
I updated AmCharts to version 3.17.3 (October 15, 2015).
Package images are now loaded as assets instead of files. They can be accessed via the Assets API from the server, or at the URL /packages/username_package-name/file-name from the client. See Meteor Docs
Tested on Meteor 1.2.0.2.
You need to add this to chart config :
There seems to be an issue with release 3.17.3, I fixed it in this pull. Without fix, AmCharts can't be loaded.
amcharts.js Line 7630-7640
Should look like this :