I am using JCanvas for drawing some arc. But I am not able to define label for arc. Please suggest on how to define arc's label in Jcanvas.
Here is my arc code.
$('canvas').drawArc({
strokeStyle: 'red',
strokeWidth: 4,
rounded: true,
endArrow: true,
arrowRadius: 15,
arrowAngle: 90,
x: 175, y: 175,
start: 90,
end: 160,
radius: 150
});