hlukes Report post Posted July 6, 2016 Is there a way to export all of the charts on a page at once - not in the same image but each as their own image? We need to generate a PDF with the graphs that are included in a report and we need to do something to get this generated properly. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted July 8, 2016 Hi You can create a JavaScript function at your end and bind it using event listener to all the charts and call FusionCharts export method to export all the charts separately. To know more about this method, please refer to this developer documentation: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#exportChart Share this post Link to post Share on other sites