Sulaiman PK Report post Posted January 28, 2010 Hi, When I try to open all fusion chart flash object in a popup window for printing purpose, I am getting error like 'Error in Loading Date'. When I check the source code I found that the value of 'FlashVars' is missing.ie.,<param name="FlashVars" value="" />. I dont want to print all the html content in the page.I just want to print the all charts along with some html. Please help me to fix this problem.. Regards, Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 28, 2010 Hello, You can print all the charts using the print method. This will print each chart on individual pages. You can also pass the chartIds for each chart in the print method and invoke it in one button click. ref. - http://www.fusioncharts.com/docs/Contents/JS_print.html If you need to print all the charts in a single page you need to use the browser's print application to do so, which will print everything on the page including all other html elements. Now, if you wish to print all the charts together you can use the client-side batch exporting(image) method of FusionCharts and print the image. ref. - http://www.fusioncharts.com/docs/?ECBatchOverview.html Share this post Link to post Share on other sites