jquery-circle-progress
jquery-circle-progress copied to clipboard
startAngle at top of circle
startAngle seems bugged. How do I make the animation start at the top of the circle???
Use option : { startAngle: -Math.PI/2 }
startAngle seems bugged. How do I make the animation start at the bottom of the circle???
@MohamedMontaser1 actually I have moved on from this library. You can create an issue for this.
You can calculate the angle with this. Just enter the degree in this formula.
Math.PI * ((degree / 360) * 2 - 0.5)
0 ° will start from the top.