SuperDelic Report post Posted January 19, 2011 Hello. I have a page where users can create and customize their own charts, including fonts, colors, etc. Whenever a change is made, the chart re-renders using the same chartId to show the user their changes in real-time. I use the chartId.getXMLData() method in JavaScript, but it returns the original XML and not the altered XML. Debug mode shows the correct altered XML. I've also tried using chartId.getChartData(FusionChartsDataFormats.XML) and it returns the same original XML. I'm at a loss at to what I'm doing wrong. Share this post Link to post Share on other sites
Guest Angie Report post Posted January 20, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us the code to look into the issue? Awaiting for your reply. Share this post Link to post Share on other sites
SuperDelic Report post Posted January 31, 2011 I can close this topic. There was an extra "var" in the call to FusionChart. Share this post Link to post Share on other sites
Guest Angie Report post Posted February 1, 2011 Hi, Welcome to FusionCharts Forum! We are glad to know that your issue has been resolved. Keep FusionCharting! Share this post Link to post Share on other sites