sgmanojkumar

Fusion Charts Not Rendering In Ie 8

Recommended Posts

Iam using Ajax to render the fusion charts in my page. Its working fine in Firefox and Chrome. But Internet Explorer 8 is throwing the following error

 

Message: There was an error rendering the chart. Enable FusionCharts JS debugMode for more information.

Line: 15

Char: 6193

Code: 0

 

This is the link to the page where I face the error.

http://www.straine.c...s&report_num=16

 

Can any one suggest me the way to get out of this error..?

 

Thanks in Advance!!!!!

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 and operating system you are using?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm the FusionCharts version and operating system you are using?

 

Awaiting for your response.

 

Hi Angshu,

 

Thanks for your reply.

 

The operating system is LINUX(Not sure about the distro)

Fusion chart Version is 3.2.1

Share this post


Link to post
Share on other sites

Admin: Please merge these two threads, so users like me don't need to do double posts!

 

Other thread: http://forum.fusioncharts.com/topic/10333-fusion-charts-throws-an-error-in-internet-explorer-8/

 

I'm having the same error with IE8 / IE9. Works fine in Chrome/Safari/Opera/FireFox.

 

(Version 3.2. Pay For // IIS 7.5 // Windows Server 2008)

Error given to me is:

 

SCRIPT5022: There was an error rendering the chart. Enable FusionCharts JS debugMode for more information.

FusionCharts.js, line 15 character 6193

 

enabling debugMode (using following two lines of code) doesn't give me anything else of value:

 

FusionCharts.debugMode.enabled(true);

FusionCharts.debugMode.outputTo(function () { console.log(arguments); });

 

URL: www.gngsdashboard.org

What gives?

 

 

 

 

 

Worth noting that the code I'm using to generate the charts is:

var c = FusionCharts.render("Swf/MSColumn2D.swf", "Chart-PovertyRates-Chart", $('#Chart-PovertyRates-Div').width(), $('#Chart-PovertyRates-Div').width() * .8, "Chart-PovertyRates-Div", "Controls/Charts/Chart6-PovertyRates.xml");

 

 

 

 

Share this post


Link to post
Share on other sites

I meet with the same problems,but as I try a little further,I find some stranges

 

I use IE8 with http://www.fusioncharts.com/gallery/Category.asp?Column3D

 

It can render the fusion charts normally

 

but when I open the local html files, the IE8 will report the javascript error

 

IE7 and IE8 in compatible mode both work fine

 

so I want to somebody can give me some advices

 

Thanks very much

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Our developers are working on this issue and will update you ASAP.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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