startAngle at top of circle
UA-Niel opened this issue · 4 comments
UA-Niel commented
startAngle seems bugged. How do I make the animation start at the top of the circle???
anshulbisht06 commented
Use option : { startAngle: -Math.PI/2 }
mohamed-montaser1 commented
startAngle seems bugged. How do I make the animation start at the bottom of the circle???
anshulbisht06 commented
@MohamedMontaser1 actually I have moved on from this library. You can create an issue for this.
wasek23 commented
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.