I would like to create a circular progress with slices where each slice is an arc.
I based my code on this answer: Draw segments from a circle or donut
But I don't know how to copy it and rotate it 10 times. And I would like to color it following a progress variable (in percent).
EDIT: I would like something like this
Any help please
Regards
You could use a circular path and set the strokeStart and StrokeEnd. Something like this: