Guest Basundhara Ghosal

Get new value of a dial in Real-time angular gauge

Recommended Posts

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

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 by Rama Rao

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

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

EditMode.zip

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