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

Update ng-knob-dial value on mouse wheel events and keyboard events #46

Open monali-jain opened 7 years ago

monali-jain commented 7 years ago

I am using ng-knob in my project but I want to update knob-dial value on mouse wheel. Like jQuery Knob when mouse wheel up then increase ng-knob-dial value and when down then decrease ng-knob-dial value

So, is it possible to update knob-dial value on mouse wheel up and down?

Also, is it possible to edit dial value by typing I mean by keyboard events?