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

Minumum Value Option #200

Open yavuzoktay opened 4 years ago

yavuzoktay commented 4 years ago

Hi everyone, As a suggestion, it should be set at min value as an option.

realnapster86 commented 3 years ago

I wanted this option as well but found a work around by adjusting the current value to given min and max values. [current]=((value-min)/(max-min))*max