muthu Report post Posted July 16, 2008 i have 4 charts in one page. i need to save all charts as a single image. is it possile? i have the code like this. im passing chart id to this method. this is working for column charts. but this is not working for angular charts. function save(chartID){ var savechart = getChartFromId(chartID); savechart.saveAsImage(); } Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 16, 2008 Hi!, I am afraid it is not possible to save more than one chart image into a single file. Could you please check the version of your AngularChart? saveAsImage function from javascript is exposed in version 3.0.6. Share this post Link to post Share on other sites