aterrien / jQuery-Knob

Nice, downward compatible, touchable, jQuery dial
http://anthonyterrien.com/knob/
MIT License
5.03k stars 1.24k forks source link

possible to add click events but not change the knob value #324

Open balasivagnanam opened 8 years ago

balasivagnanam commented 8 years ago

Hi I am using this awesome knob library like a guage graph to show in dashboard, so I need concentric circles to show certain progress, but i dont want to have the knob to be clicked and dragged to change value.

I see the option readonly but that makes it non clickable as well, I want to add some click actions to the and bind it with other elements in the UI.

Is it possible?