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

Feature Request: Min Param #176

Open Lornot opened 5 years ago

Lornot commented 5 years ago

It would be great to have min, max and total params instead of current and max. So the progressBar could be shown from min to max values instead of from 0 to current. Min could be 0 by default