Krishna_Solanki Report post Posted January 23, 2010 Hi, I want to print all the grpahs in a page by button click. Is there any method to print all the graphs? Thanks, Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 24, 2010 Hi Krishna, Could you please customize the code using the print() JavaScript API? Please refer to the link below for further details on the same. Ref.- http://www.fusioncharts.com/docs?/JS_API.html Hope this helps. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 24, 2010 Hello Krishna, If you wish to print the individual graphs on individual pages please refer to the link below: http://www.fusioncharts.com/docs/Contents/JS_API.html In the printChart() function you pass the chartIds of every chart and invoke the print method on every chart. Share this post Link to post Share on other sites