Sign in to follow this  
albert kim

Sample doesn't work (ChangeDataXML sample)

Recommended Posts

I'm using develop version.

 

 

 

And I need chart which is chaged by combo box item.

 

 

 

So I test "ChangeDataXML.html" .

 

 

 

But it doesn't work.

 

 

 

I test like below code too. ( I expect to show A= 10 B = 19 )

 

 

 

But this code doesn't work too.

 

 

 

It show to me A = 11 B =11

 

 

 

 

 

How can I change data in same chart?

test.txt

Edited by Guest

Share this post


Link to post
Share on other sites

You cannot call setDataXML simultaneously without the required time delay. Also, the chart needs to be registered with JS, and second setDataXML method can be called only inside FC_Rendered function.

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