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

Percentage #145

Closed rhsu0268 closed 6 years ago

rhsu0268 commented 6 years ago

I want to add the current value and total value to the progress. When we want to get at the "current" value and "max" in the html, how do we get ahold of them?

Many thanks in advance!

crisbeto commented 6 years ago

It's unsupported by default, but you can do it yourself by adding the value on top of the circle. You can refer to this comment to see how: https://github.com/crisbeto/angular-svg-round-progressbar/issues/55#issuecomment-173504646