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
742 stars 173 forks source link

Show percentage #98

Closed jesusmariocalleja closed 7 years ago

jesusmariocalleja commented 7 years ago

Is it possible to show the % instead of NUMBER/TOTAL ?

crisbeto commented 7 years ago

Showing the text in the middle isn't (on purpose) a part of the module. You can refer to the demo to see how the text is positioned and you can use that to show a percentage instead.

crisbeto commented 7 years ago

I'll close the issue, but we can continue the discussion if you need any help.