Sign in to follow this  
dinesh

Ie6 Issue

Recommended Posts

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

I am showing MSBar3D graph in my project. It is not working while exporting to pdf..plz reply .Thanks

Edited by sneha

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm the FusionCharts version you are using?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites
Guest Angshu

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
Guest Angshu

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

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
Sign in to follow this