kottenator/jquery-circle-progress

startAngle at top of circle

UA-Niel opened this issue · 4 comments

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.