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

center value is not appear #96

Closed anilkumarsoni closed 7 years ago

anilkumarsoni commented 7 years ago

max and current value is not appear in center like "27/50"

crisbeto commented 7 years ago

It's not supposed to. I deliberately didn't add the text feature because there are so many different ways in which to approach it. You can refer to this comment on how to do it yourself or you can check out the demo's source code.