Hi, 
  
I curently have a problem with the getXMLData() or maybe I don't use it properly ! 
  
 
var myChart = new FusionCharts( "includes/powercharts/Charts/DragNode.swf", "myChartId", width, height, "0", "1" );
myChart.setXMLData(xml);
myChart.render(myDiv);   
 
  
Then, users are allowed to modify nodes in the chart, and save it. To do this, i just insert this code on the onclick event of an html button 
  
 
alert(myChart.getXmlData())
 
  
The xml i get, is the original xml, not the updated xml ! 
  
Can you help me on this subject ? 
  
Thx