i am using jquery knob and in my use case I want the cursor width in percentage so that when the width is 100% cursor occupies the whole circle, however it only takes numeric value as input, what are my options ?
$(function() {
$(".dial1").knob({
'bgColor': 'green',
"skin":"tron",
'fgColor': 'red',
'cursor': '100'
});
});
The cursor fills the whole circle if I give it a value of 320.