Meenal Report post Posted November 16, 2016 In our application there are about 15+ charts rendered on different pages, we need to export all the charts in excel on click of an icon. we thought of following possible solutions and relative problems. 1. Export the charts at client side : Question: How to export the charts without rendering them on browser (exportEnabled :"1" or batchexport need the rendering) 2. Save the images of fusion charts without rendering on browser, add the images to excel : Question: How to save the images of fusion chart without rendering them. Any help and pointers on the solution is appreciated Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 17, 2016 Hi, Natively it is not possible to export charts as images without rendering it, but the same could be achieved by third party JS like phantom js. For further reference please visit http://www.fusioncharts.com/blog/2013/03/how-to-save-charts-as-images-at-server-side/ Share this post Link to post Share on other sites