Sign in to follow this  
Sulaiman PK

Open Fusion Chart Flash Object in a Popup Window

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this