crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Attribute for initial/starting value #191

Open antekdev opened 5 years ago

antekdev commented 5 years ago

Hello, thanks for such a handy library! I feel that there is a missing opportunity to be able to explicitly set initial value, just as it is there for maximum. One possible use case could be setting a time range on a clock face, as if: <round-progress [max]='12' [initial]='3' [current]='7'>