Sign in to follow this  
70n1

I have the same problem

Recommended Posts

i have the same problem...

 

ERROR:

 

Firefox: charObj.setDataURL is not a function

Explorer: Object doesn't support this property or method

 

If i use setDataXML, i have the same error with this function.

Share this post


Link to post
Share on other sites
70n1 (1/17/2007)
Sorry....

 

 

 

i have the same problem...

 

......

 

 

 

ERROR:

 

 

 

Firefox: charObj.setDataURL is not a function

 

Explorer: Object doesn't support this property or method

 

 

 

 

 

If i use setDataXML, i have the same error with this function.

 

 

 

 

 

 

Sorry... i think the [ code ] tag don't work. You can see the code if you click in quote for reply the message...

Share this post


Link to post
Share on other sites

The error is when clicking the button...

 

The first graph is oki... but when i click the button... explorer and firefox send me this error in the function setDataURL and not show the graph with new data.

Share this post


Link to post
Share on other sites

I solve this.

 

 

 

I replace the line

 

var chart = new FusionCharts("/FusionCharts_Evaluation/Charts/Line.swf", "chart_up", "400", "82", "0", "0");

 

with this line

 

var chart = new FusionCharts("/FusionCharts_Evaluation/Charts/Line.swf", "chart_up", "400", "82", "0", "1");

 

 

 

Note that i change the last parameter from 0 to 1.

 

 

 

And now... this page works fine and i can change with javascript the data of the graph.

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