mightywah

Fusioncharts & Ie8

Recommended Posts

Hi

 

I have series of FusionCharts all of which work correctly in Flash mode and in Javascript Native mode in all the modern browsers except for IE8. In IE8 with no Flash installed the chart starts to render (I can see the background and captions etctera but no bars). Then a Javascript Error occurs

 

FusionChartsExportComponentjs. line 852 character 21

 

sync: function (arc, tgt)

 

for (var item in arc) {

tgt (itm) = src(itm); /// Error here Object expected.

}

 

This occurs several times then in

 

FusionCharts.HC.js line 3895 character 17

 

 

 

'moduleCmdQueue[...]' is null or not an object.

 

 

I have attached the HTML from the page

FusionChart Crash.txt

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