dinesh Report post Posted January 7, 2011 Hi Fusion, I am showing graph in MSBar3D graph its working in ie8 but its not working in ie6. This is my code i configure my code in servelt <table align=\"left\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"750\" height=\"250\" bgcolor=\"#FFFFFF\"> <tr> <td align=\"center\" height=\"20\"><b>"+title+"</b></td> </tr> <tr> <td width =\"100%\" align=\"center\"> <div id=\"chart0div\"> </div> <script language=\"JavaScript\"> var chart1 = new FusionCharts('swfpath','chart0Id', '530', '350', '0', '1'); chart1.setDataXML(xmlStringForFusionBarChart) chart1.render(\"chart0div\ </script> </td> </tr> </table> Thanks Dinesh.N We are having exact same problem. Our company has upgraded to FusionCharts 3.1, and we have just noticed the chart export mechanism is completely changed. We are using server-side mode, download, jsp on Tomcat 6. Problem happens in IE8, Win7, we do use HTTPS(SSL). It works on Firefox 3.6. Chart export params: exportEnabled="1" exportShowMenuItem="1" exportFormats="PNG=Export as PNG|JPG=Export as JPEG|PDF=Export as PDF" exportAtClient="0" exportAction="download" exportFileName=... chart name ... exportHandler=...web root.. + "/FusionCharts/ImageSaving/FCExporter.jsp" exportTargetWindow="_self" Here is what happens in IE: - it waits a long time - then asks to download FCExporter_jsp - then it reports "Unable to download FCExporter_jsp". When exportTargetWindow="_blank" the jsp throws NullPointerException: java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:415) at java.lang.Integer.parseInt(Integer.java:497) at com.fusioncharts.exporter.FusionChartsExportHelper.parseExportRequestStream(FusionChartsExportHelper.java:190) at org.apache.jsp.FusionCharts.ImageSaving.FCExporter_jsp._jspService(FCExporter_jsp.java:188) Could you please check this? We are tight on time on delivering this fix. Thanks, Igor Kusakov, Trustwave Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 10, 2011 Hi, Are you working on Windows or Linux? Srividya Share this post Link to post Share on other sites
sneha Report post Posted January 10, 2012 (edited) I am showing MSBar3D graph in my project. It is not working while exporting to pdf..plz reply .Thanks Edited January 10, 2012 by sneha Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 10, 2012 Hi, Welcome to FusionCharts Forum! Could you please confirm the FusionCharts version you are using? Awaiting for your response. Share this post Link to post Share on other sites
sneha Report post Posted January 11, 2012 Hi, Fusion Chart version 3.1 Thanks for your reply.. Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 11, 2012 Hi, Thanks for your response. Could you please upgrade to the latest version of FusionCharts i.e FusionCharts XT SR1 (v 3.2.2.) from: http://www.fusioncharts.com/download/trials/ ? All the features of FusionCharts XT (v3.2.2) are backward compatible with FusionCharts v3.1. Hence, upgrading is as easy as copy-pasting files. Listed below are the things that you need to take care of while upgrading: 1.Copy all chart SWF files from Download Pack > Charts folder and replace your existing chart SWF files in your deployed folder. 2. Copy the new FusionCharts.js from Download Pack > Charts folder and over-write the existing FusionCharts.js in your deployed application folder. 3.v3.2.2 (XT) pack contains 2 new JavaScript files, FusionCharts.HC.js, FusionCharts.HC.Charts.js along with FusionCharts.js and jquery.min.js, which you need to copy to the same folder as FusionCharts.js 4. Clear your browser cache (very important step). Hope this helps. Looking forward to your feedback. Share this post Link to post Share on other sites
sneha Report post Posted January 12, 2012 Hi, Thanks for your reply. Is there any way to do it with version 3.1? Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 12, 2012 Hi, Thanks for your response. Could you please send us a scaled down sample to look into the issue? Please confirm the operating system and system environment you are using. Awaiting for your response. Share this post Link to post Share on other sites