lkelly Report post Posted February 20, 2012 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 Report post Posted February 21, 2012 Greetings, 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. Share this post Link to post Share on other sites
lkelly Report post Posted February 21, 2012 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, 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. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 27, 2012 Hi, Apologies for the delay. Can you please paste a screen-shot of your issue? Also, check if the printing is working for following link or not in Internet Explorer 9 browser? http://docs.fusioncharts.com/charts/Code/MyFirstChart/weekly-sales-multiple-charts-print-manager.html Share this post Link to post Share on other sites