jQuery-Knob
jQuery-Knob copied to clipboard
Nice, downward compatible, touchable, jQuery dial
when value="0" and lineCap: 'round' , on firefox browser bug, value is 0, but still show percentage
Changing progressively the color from -> to at the entire knob or with a fading thru would be super great! Maybe setting some sort of a mask canvas over a...
add a color gradient with bgcolormid/bgcolorend and fgcolormid/fgcolorend parameter that correspond to the transitional color and gradient end color. example of set :
Hello, I have the dial setup completely and as I am using it for selecting the direction based on a compass I have been stuck on a problem that is...
Like I said how do I get the old value of knob after it changed?
Hi guys, is it possible to us this library in angular 5?
Hi, I noticed that knob has an issue with big numbers like `1000000000000` and `min=0, max=10000000000000` so please let me know is it possible to add big numbers support to...
When I create a knob like this: ``` html $(".dial").knob({ 'change' : function (v) { console.log(v); } }); ``` And I trigger a change: ``` html $('.dial') .val(27) .trigger('change'); ```...
please, let me know step by step example using jquery-knob in Angular 4 thanks
Adding decimal points to options so users can control how many decimal points can input has. Also rounding is calculated based on given decimal points.