Arc size in degrees. Defaults to 360.
Starting angle in degrees. Defaults to 0.
Background color, i.e. the unfilled part of the knob.
Display mode "cursor", cursor size could be changed passing a numeric value to the option, default width is
used when passing boolean value true.
Set to false to hide the input. Defaults to true.
true to display the previous value with transparency. Defaults to false.
Foreground color, i.e. the filled part of the knob.
Font family used for displaying the value.
Font weight used for displaying the value.
Dial height, as a CSS unit.
Input value (number) color as a CSS unit.
Gauge stroke endings.
Maximum value of the knob. Defaults to 100.
Minimum value of the knob. Defaults to 0.
Disables input and events. Defaults to false.
Indicates in which direction the value of the knob increases. Defaults to clockwise.
Step size for incrementing and decrementing. Defaults to 1.
Stop at min & max on keydown and mousewheel. Defaults to true.
Gauge thickness, between 0 and 1.
Dial width, as a CSS unit.
Triggered when the Escape key is pressed.
false to abort the cancellation and apply the value.
Invoked at each change of the value.
The current value of this knob.
false to abort the change and revert the knob to its original value.
Invoked when drawing the canvas.
true to continue with the default drawing of the knob widget, false to abort (such as when
performing custom drawing).
Allows to format output (add unit such as % or ms).
Value to be formatted.
The formatted value.
Invoked when the knob is released.
The current value of this knob.
false to abort the release and not change the value.
Generated using TypeDoc
Settings for the jQuery knob plugin to configure the behavior and appearance.