http://jsplayground.syncfusion.com/pyc4451u
I need to create a custom AngularJS directive for the Javascript circular gauge so I can dynamically set the number of scale ranges at runtime (I couldn't figure out how to do this with the delivered AngularJS directive). I'm starting off very basic with the default gauge and just updating the value every 10 seconds. Every time the value is changed, the gauge redraws itself and goes back to the first value it received.
When I step through the Javascript in Chrome developer tools, the pointer does change to the new value after it is updated, but later redraws itself back to the original value.
I'm no SyncFusion or AngularJS expert so any help is appreciated.
Thanks,
Craig