albert kim Report post Posted August 17, 2007 (edited) 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 August 17, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted August 22, 2007 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