I am using FusionCharts 3.1, and set the XML for the chart with JavaScript with the setDataXML() method. It works fine, and the chart shows as expected. Later on the same page, I call the setDataXML() method again to update the chart, and get the JavaScript error "chartObj.setDataXML is not a function".
I added some debug code to FusionChart.js, in "else" part of setDataXML(). The variable chartObj correctly points to the object as expected, but setDataXML() is undefined on that object. Any idea of why this would be the case?
Alex