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.