Sign in to follow this  
shiv

Print multiple fusion charts on same page.

Recommended Posts

Hi,

 

We are displaying multiple fusion charts on a web page.

As per our requirnement,on button click we want to print all those fusioncharts on one page. (without exporting it to any file.)

 

Please help me in this issue.

Share this post


Link to post
Share on other sites

Thanks for your reply, :)

 

Yes, I am using window.print() function. But I could not print fusioncharts rendered in flash in other than IE browser. :(

Should I render charts in javascript for the same?

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

If you are using Flash charts and willing to print the charts other than IE, you would need to enable the FusionCharts print manager by adding the single line of JavaScript code "FusionCharts.printManager.enabled(true);" and call the printing function only after "FusionChartsEvents.PrintReadyStateChange" fire.

 

As an alternative way, if you are ok with rendering all the charts in JavaScript mode, there is no need of FusionCharts print manager and all the charts will print on calling "window.print()" in all browsers.

 

Hope this helps!

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