|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2 days ago @ 8:48:03 AM
Posts: 3,
Visits: 12
|
|
I tried do do the same using AJAX instead. The gauge did get updated with the correct values. However, I noticed
a couple problems:
1) The inner circle flickers every time the gauge is updated.
2) The needle always returns to 0 before going to next value.
I still would like to see the animation effect so the the user can see a smooth transition from one value to another without jumping or flickering. I would also like to avoid to return the needle back to zero.
Please let me know if you know of a solution. Thanks so much!
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 5:59:55 AM
Posts: 578,
Visits: 882
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2 days ago @ 8:48:03 AM
Posts: 3,
Visits: 12
|
|
| Hello, Thank you so much for your help. The sample that you mentioned has exactly what I need. setData method is so simple to use. I found info about setDataXML and setDataURL, but I was not able to find info on setData method in the doc. I noticed one small problem is that the upper limit is not automatically adjusted with setData if new value falls outside of the range. 1) What do I need to do so that the upper limit will be automatically adjusted when using setData and the value is greater than the upper limit? 2) If I have more than one dials, how would I update both of them? 3) Can I use setData to change other attributes of the gauge: lower/upper limit, annotation text, etc? Please provide some examples. 4) What are all the values that can be changed directly from the client side using Java script? Forgive me for asking too many questions. I am quite a newbie, but I like FusionWidget so so much. Thanks you very much!!!
|
|
|
|