comiz Report post Posted October 13, 2009 Hi, I'm trying to export to pdf, the following error message appears? "chart.hasRendered is not a function" function exportHandler() { var n = document.getElementById('fcExportDiv'); n.innerHTML = ""; //Get reference to chart. var chart = getChartFromId("chart1Id"); if (chart.hasRendered()==true){ chart.exportChart(); }else{ alert("Aguarde ! Gerando gr Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 14, 2009 Hi, Could you please try the following steps:- 1) Make sure that you have enabled the registerWithJS function. 2)Make sure that you have set the Flash Player Global security settings. Awaiting your reply. :hehe: Share this post Link to post Share on other sites
comiz Report post Posted October 14, 2009 Hi, ...."chart1Id", "100%", "90%", "0", "1"); RegisterWithJS - OK and the version of flash also... suggestions ? Share this post Link to post Share on other sites
comiz Report post Posted October 14, 2009 Flash Player Global security settings - ok :w00t: idea ? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted October 14, 2009 Hello there Could you please check whether you are using the latest version of FusionCharts i.e. v3.1.1, from the link below? Ref.- http://www.fusioncharts.com/PUC I hope this helps. Looking forward to your progress on this issue! Share this post Link to post Share on other sites
comiz Report post Posted October 14, 2009 Hi, version 3.1.1 ok. Strange that with pie3d.swf works, but not Line.swf.:w00t: Share this post Link to post Share on other sites
Guest Rajroop Report post Posted October 15, 2009 Hey, Could you please make sure that the div Id and the Chart Id for the Line chart is unique for this? Looking forward to your feedback/reply. Share this post Link to post Share on other sites