johsve339 Report post Posted February 5, 2009 Hi Is there a way to add data from an xml DOM document? I have this page with four charts, where all processing the same data. To me, it would be better to do an AJAX call, receive one xml document with data for all charts, and then pick out each part and set as input to the chart, rather than doing for calls with setDataUrl(...). Or could this be done in another way? Johan Share this post Link to post Share on other sites
FusionCharts Support Report post Posted February 5, 2009 Hi, Yes, you need to use setDataXML() method to push XML data as string to the chart. Your code must parse the AJAX response to extract the required XML for each chart. Share this post Link to post Share on other sites