CircleProgress
CircleProgress copied to clipboard
Suggestion: Draw finished arc from angle 90 but not angle 0.
Suggestion: Draw finished arc from angle 90 but not angle 0 in the DonutProgress . Or the angle can be configured in style.
samle problem
problem not solve
One way could be to set the progress as (100 - required progress). And change the finished_color and unfinished_color appropriately. For example, if you want to display 20% progress, set the progress to 80% and swap the colors for finished and unfinished progress.
Related Issues
- https://github.com/lzyzsd/CircleProgress/issues/43
- https://github.com/lzyzsd/CircleProgress/issues/51