Sign in to follow this  
andylau

Not Supporting To Pass Arguments In The Method Setxmldata() In The Ie8

Recommended Posts

Not supporting to pass arguments in the method setXMLData() in the IE8.

take for example:

var chart=new FusionCharts(...);

var str="<chart><set value='1'/></chart>";

chart.setXMLData(str);//can't run in the IE8 but chrome can

chart.render();

 

chart.setXMLData("<chart><set value='1'/></chart>");//run successfully in the IE8

 

what is the reason?

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please send us the entire code to look into the issue?

 

Please confirm the operating system and FusionCharts version 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