luisbessa Report post Posted January 9, 2015 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 Share this post Link to post Share on other sites
Sanjukta Report post Posted January 12, 2015 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