Sign in to follow this  
luisbessa

Change data values in drag line

Recommended Posts

 

Hello,
 
Is it possible to change data values of a dragline graph with js?
 
I want to be able to drag the line or change the value on a table.
 
regards,
Luis

 

Hi Luis,

 

Please note that you can update the data of the existing chart using JavaScript. But in this case the complete data of the chart will be updated. It is not possible to only update the point where you want the dragging cursor to function.

Ref.- http://docs.fusioncharts.com/powercharts/Contents/JavaScript/JS_ChangeData.html#update

 

Also, you can retrieve the updated data either as a form or JavaScript.

Ref.- http://docs.fusioncharts.com/powercharts/Contents/Dragable/JSRead.html

 

Hope this helps. :)

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