abbottmw Report post Posted January 13, 2010 I am unable to use the getXML() method of the chart object when i use the fusionchartsDOM. If i switch it and load it using javascript (new FusionCharts()) and a setDataXML() i can then use the getXML() function. Shouldn't i be able to use the getXML() with this fusionchartsDOM? i was using this to attempt to get the chart xml, but i get a "chartToPrint.getXML is not a function" function getChartXML(){ //Get chart from its ID var chartToPrint = getChartFromId("chart1Id"); alert(chartToPrint.getXML()); } registerWithJS is turned on and set to 1. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 13, 2010 Hello, Could you please send us the entire code where you are using FusionChartsDOM? Also, could you please confirm if you are using the latest version .swf files(3.1.1) and if you have the Beta release version of FusionChartsDOM. (ref.- http://www.fusioncharts.com/forum/Topic14780-61-1.aspx ) Share this post Link to post Share on other sites
abbottmw Report post Posted January 14, 2010 I do have the beta version, and been testing it alot. I ended up deleting the FusionCharts folder and downloading and extracting the charts and js again, cleared the cache, and everything is working now. Thank you for your help. Turned out to be a simple fix. -Matthew Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 14, 2010 Hey Matthew, Glad that I could help you. Share this post Link to post Share on other sites