Sign in to follow this  
jsp2

Charts Won't Appear In Ie 8 And Firefox

Recommended Posts

Hi,

 

I am currently trying out Fusion chart's demo version and I'm having trouble seeing charts in IE 8 and, since my last update, in Firefox too (without any modification of the code). I'm wondering if this is due to my poor coding skills or to something else. I hope you'll be able to help me.

 

Precisions:

 

- In Firefox, the page fully loads but there's a blank space instead of charts

 

- In IE 8, the page fully loads but the inscription "the chart will load here" appear.

 

- No error seem to be notified in IE

 

- Since I tried to make some updates (java...), the charts stopped appearing in Firefox

 

Attached is a sample of my codes.

 

Thanks for your help

Sample.zip

Edited by jsp2

Share this post


Link to post
Share on other sites

Thanks a lot for your help.

 

However, it's still not working. Now ie is showing two errors which are weird:

 

- Invalid character: FusionCharts/FusionCharts.js (ligne 1)

- FusionsCharts is undefined

X-and-Peer.html

Code: 0

URI: file:///C:/FusionCharts/X-and-Peer.html (ligne 90; Char 23)

 

I tried to change the path and to move the files accordingly without much success.

 

I'm going to reinstall IE to see if it makes a difference.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Please edit the location of swf and js mentioned in the html file.

 

For Ex: <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script>

 

Please edit the location as: <script type="text/javascript" src="FusionCharts.js"></script>

 

For ex: var NetRevenueChart = new FusionCharts("FusionCharts/Column2D.swf", "NetRevenueChartId","360", "250", "0", "1");

 

Please edit the location as: var NetRevenueChart = new FusionCharts("Column2D.swf", "NetRevenueChartId","360", "250", "0", "1");

Hope this helps.smile.gif

Edited by Angie

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thanks for your appreciation.

 

We are glad to know that your issue has been resolved.

 

Keep FusionCharting!biggrin.gif

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