jQuery Knob

jQuery Knob will helps you display your data with graphical interface.

You can get the documentation here.

Knob Full

With Knob, you can display any percentage of uses data as bellow.

Here is basic configuration of knob uses.

class="knob"
value="65"
data-fgColor="#816bff"
data-bgColor="#d9e5f7"
data-thickness=".07"

Knob Half

You can display in half size in similar percentage of data with knob as below.

You can control everything using these options as below.

class="knob-half"
value="670"
data-fgColor="#816bff"
data-bgColor="#d9e5f7"
data-max="1000"
data-thickness=".07"