I have a problem with jQuery Knob when I use multi-knob.
I have 3 knobs which looks like "the unreadable clock" of this demo (the problem is in the demo too) :-
This works, but the canvas are square. The clickable zone of each knob is a square. You can try to click at the top-left, top right, bottom left and bottom right of a knob : that changes the smaller knob.
To fix it, I've added corner-radius to canvas :-
canvas {
border-radius: 1000px;
}
Now, the canvas are circles. It works with Firefox, but it doesn't work with Chrome or Safari.
You can try to move the red knob on Firefox and Chrome (last updates):
Have you other idea to make the canvas circle or anything else to make a proper clickable zone ?