RadMie / ng-knob

Angular.js directive to Knob component powered by d3.js (without jQuery)
http://radmie.github.io/ng-knob
MIT License
117 stars 48 forks source link

Move the track bar instead of redrawing from zero on value update #18

Open ykyuen opened 8 years ago

ykyuen commented 8 years ago

Thanks for writing this great module! It's very easy to use.

i am working on a dashboard using ng-knob and it works well. i love the animation feature but since the update interval is quite frequent, i would prefer having the trackbar move between different value instead of redrawing it from zero on each update.

Thanks again. =D