TomaC Report post Posted August 31, 2010 I'm using a real-time angular gauge with two dials. one of them is that one of them is editable (editMode='1') I want to be able to understand the new value (of editable dial) when user change it I used FC_ChartUpdated and updateChart but they couldn't help .. May you please let me know How can I get new dial value when it changes? Thanks. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 31, 2010 Hi, Please try using the realtime update attributes for the same. Ref.- http://www.fusioncharts.com/widgets/docs/Contents/DSC_JS_Feed.html http://www.fusioncharts.com/widgets/docs/Contents/Ang_RealTime.html I hope this helps. Share this post Link to post Share on other sites
Rama Rao Report post Posted February 18, 2012 (edited) Hi, I am facing the same problem..Can you please tell me if got the answer.. I'm using a real-time angular gauge with two dials. one of them is that one of them is editable (editMode='1') I want to be able to understand the new value (of editable dial) when user change it I used FC_ChartUpdated and updateChart but they couldn't help .. May you please let me know How can I get new dial value when it changes? Thanks. Edited February 18, 2012 by Rama Rao Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 20, 2012 Greetings, Angular gauge in FusionWidgets XT can act as an input control, allowing users to visually drag & change the value of dial. Once the value is updated, it can be retrieved from the chart using client-side JavaScript. Once the user has changed the value of the gauge, the chart automatically calls FC_ChartUpdated(DOMId) JavaScript function. You'll have to define this method in your HTML page and then write JavaScript code to retrieve the data using getData(index) or getDataForId(id) method. Please refer the following link for more information: http://docs.fusionch...gular/Edit.html Please find attached sample code for you reference, Hope this helps. EditMode.zip Share this post Link to post Share on other sites