Sign in to follow this  
flyman686

Can I Define The Submit Button Of Dragnode ?

Recommended Posts

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

Hi,

Welcome to FusionCharts Forum! smile.gif

 

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.smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this