haggis Report post Posted January 7, 2016 Hello, happy new year! I've got an angular gauge with 1 dial. It gets new data every 0.2s in the range between 0 and 10. While the value below pivot always shows the correct value, the pivot only moves slowly between 4 and 8 back and forth. I guess there's an animation speed which makes the pivot too slow to stay with the current value. While setting "animation":"0" works, it doesn't look smooth, though. I want to try setting the animation speed to 200ms instead. Is that possible? Kind regards Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 11, 2016 Hi, Happy New Year. Please try out the "animationDuration" attribute in the chart element. Hope this helps. Thanks. Share this post Link to post Share on other sites
haggis Report post Posted January 11, 2016 Hi Moonmi, thank you - this works like a charm! Share this post Link to post Share on other sites
Siter Report post Posted February 6, 2018 Hi i know this is an old post but i understand you have a gauge that's dynamically updating every few seconds with animation from its last position I've been fighting with this for two days now and i cant get it to update with animation, the pivot just jumps to the new value without animation.. how can i get it to animate from the previous value to the new one? Thanks Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 6, 2018 Hi, Please use transposeAnimation attribute at the chart level and set as 1 at the chart level, this will update the dial value smoothly, please note transposeAnimation attribute is still in development phase. For reference please check the sample fiddle - http://jsfiddle.net/9ttz2287/43/ Share this post Link to post Share on other sites
Siter Report post Posted February 15, 2018 Thanks! works like magic Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 15, 2018 welcome Share this post Link to post Share on other sites