lkelly

Window.print() Causes Color To Disappear

Recommended Posts

The charts appear to be rendering fine (using jQuery to load SWF and JSON data), but when I trigger a window.print() function to print the page, all the fill colors disappear and the chart just shows up as black lines on a white background. Any thoughts where to start?

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

FusionCharts provide advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc.

 

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.

 

For more information refer the following links:

 

http://docs.fusionch...intManager.html

 

http://kb.fusionchar...to+my+chart+%3F

 

Hope this helps. smile.gif

Share this post


Link to post
Share on other sites

Sorry, I should have specified that this only happens in IE. In Firefox I have no issues (I'm not using the Print Manager code).

 

 

Greetings, smile.gif

 

FusionCharts provide advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc.

 

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.

 

For more information refer the following links:

 

http://docs.fusionch...intManager.html

 

http://kb.fusionchar...to+my+chart+%3F

 

Hope this helps. smile.gif

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