Sign in to follow this  
Flynt

Object doesnt support this property or method

Recommended Posts

My graphs work perfect in Firefox but in IE6 repeatedly gives this error

 

 

 

Object doesnt support this property or method

 

 

 

The problem is at this line:

 

 

 

chartObj.setDataURL(strURL);

 

 

 

Tried EVERYTHING and still getting this.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

Could you please send us the code that you are using to render the chart?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try enabling the 'RegisterWithJS' by setting it to '1'?

Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1");

Also, in case you are rendering the chart directly (HTML) by double clicking on the HTML file, please try enabling the 'Global Security Settings' for the Flash Player.

Ref.- http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 

Hope this helps. :)

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