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

CSS issue #49

Closed comapedrosa closed 8 years ago

comapedrosa commented 8 years ago

I have looked the documentation and I can't find it, how do I put the progress in the middle of the round progress bar as it is on the demo? screen shot 2015-11-09 at 17 21 17

crisbeto commented 8 years ago

If you're refering to the text, it's not included in the directive. You can take a look at the demo to see how it's being added with CSS. This is the base style and the rest of the styles are being added with JS so the text can react to changes in the progressbar size, but if you know that your size won't change, you can put everything in your CSS.

comapedrosa commented 8 years ago

Sorry guys, I found it on a closed issue, should have looked better before posting. You have the answer here https://github.com/crisbeto/angular-svg-round-progressbar/issues/23. Great project! Thank you very much for this awesome work!