CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

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

Open pop1030123 opened this issue 9 years ago • 4 comments

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

pop1030123 avatar Sep 01 '15 02:09 pop1030123

samle problem

badkk avatar Mar 15 '16 02:03 badkk

problem not solve

arjuncfe avatar Mar 15 '16 05:03 arjuncfe

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.

nish-d avatar Jun 28 '16 07:06 nish-d

Related Issues

  • https://github.com/lzyzsd/CircleProgress/issues/43
  • https://github.com/lzyzsd/CircleProgress/issues/51

hossain-khan avatar Jul 08 '16 14:07 hossain-khan