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 174 forks source link

Text inside progressbar #67

Closed vithanidarpan closed 8 years ago

vithanidarpan commented 8 years ago

I have implemented your sample demo. During implementation I got one problem, text inside circle is not displayed. Also I need to know how to change default text of progress bar. For example I want to display any custom text instead of that "27/50" (any value), how can I do that. Thanks in advance.

crisbeto commented 8 years ago

The component does not support text by default. This is on purpose. You can refer to #27, #55 or #63 for more info on how it's done in the demo and how you can implement it in your own project.