uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Suggestion: Draw finished arc from angle 90 but not angle 0. #38

Open pop1030123 opened 9 years ago

pop1030123 commented 9 years ago

Suggestion: Draw finished arc from angle 90 but not angle 0 in the DonutProgress . Or the angle can be configured in style.

badkk commented 8 years ago

samle problem

arjuncfe commented 8 years ago

problem not solve

nish-d commented 8 years ago

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.

hossain-khan commented 8 years ago

Related Issues