Manoj babu

Print Is Not Working On Firefox

Recommended Posts

Hi Manoj,

 

FusionCharts provides advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc. Even though displayed properly on screen, printed output had been not proper in these browsers.

 

The implementation of Print Manager is fairly simple. You would just need to add a single line of code in JavaScript which enables Print Manager for all charts present in a web page. Once enabled, all the charts present in a page are prepared to print correctly.

 

Once the charts are ready, which can be tracked by listening to an event raised by the Print Manager, you can use browser's File >> Print menu or Print Manager's advanced function -

managedPrint()

.

 

For further details on the above, please refer to the following link.

http://www.fusioncharts.com/docs/?JavaScript/JS_PrintManager.html

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