Gourav Report post Posted November 6, 2007 (edited) I have been trying to update a chart, already displayed, with some new data from the server.I'm sending an AJAX request to fetch the xml for the chart as a string.I am getting the xml correctly from the server & also validated it.But when I put it in the setDataXML method as an argument it doesn't work in IE though its working well in Firefox. Any help would be appreciated. Edited November 6, 2007 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 6, 2007 (edited) hi, Can you please check the similar AJAX sample from : http://www.fusioncharts.com/forum/Topic2576-28-1.aspx#bm2797 Edited November 6, 2007 by Guest Share this post Link to post Share on other sites
Gourav Report post Posted November 6, 2007 Thanks Sudipto for your concern. I've solved it by using the Object tag way of creating the Fusion chart object instead of the JavaScript way but i'll be giving some time to solve that problem after I complete my deliveries. But using the Object tag pops up with a problem of "click to activate" problem in IE which I avoided using the JavaScript way provided for creating the Fusion Chart object. Looking for a solution for this problem. Share this post Link to post Share on other sites