flyman686 Report post Posted August 11, 2011 Hi I am using Drag-node Chart , is there any way that I can define my javascript method when I click the "submit" button ; I just want to get the data of the chart when click the "submit" button .Any help will be appreciated . Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 11, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, "submit" button can not be used for reading chart data. You can access the updated XML data at client-side using JavaScript. You can parse this data and update your data sources through AJAX etc. Once the chart is rendered, whenever we need access to chart's updated data as XML, we can simple call the getXMLData() function on the chart. For more details, please refer to the link: http://www.fusioncha...ode/JSRead.html Hope this helps. Share this post Link to post Share on other sites