Manoj babu Report post Posted November 15, 2010 hi Again the same problem we are facing for print also, I am getting error "chartToPrint.print(); is not a function".. please advise to solve these 3 same type of issue. thanks Share this post Link to post Share on other sites
Sanjukta Report post Posted November 16, 2010 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