jsp2 Report post Posted January 12, 2011 (edited) 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 January 12, 2011 by jsp2 Share this post Link to post Share on other sites
jsp2 Report post Posted January 12, 2011 Update: After reinstalling flash player, the charts appear again in Firefox. I'm still stuck with ie 8 though. Share this post Link to post Share on other sites
Guest Angie Report post Posted January 12, 2011 Hi, Welcome to FusionCharts Forum! Please find the modified code attached here. Hope this helps. Sample.zip Share this post Link to post Share on other sites
jsp2 Report post Posted January 12, 2011 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 Report post Posted January 12, 2011 (edited) 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. Edited January 12, 2011 by Angie Share this post Link to post Share on other sites
jsp2 Report post Posted January 12, 2011 Hi, I had the same idea but it didn't work either...I really don't see what's wrong. Share this post Link to post Share on other sites
jsp2 Report post Posted January 12, 2011 It's ok, I switched it to a different folder and now it's working. Thanks a lot! You saved my day! Share this post Link to post Share on other sites
Guest Angie Report post Posted January 12, 2011 Hi, Thanks for your appreciation. We are glad to know that your issue has been resolved. Keep FusionCharting! Share this post Link to post Share on other sites