Closed upender15 closed 8 years ago
I'm not sure the size of what you're referring to. Do you want to specify the size of the whole progressbar or just the background?
I want to specify svg width of whole progress bar circle. Like this:
You need to use the radius
option. The width of the circle (the diameter) is equal to 2x whatever is specified as the radius
, e.g. if you want a circle of width 100, you need to set the radius
to 50.
yeah this works. Thanks...!!!
I'm using this as a small dashboard which shows 6 svg circles with different values. I tried to specify custom width to make circles small but I couldn't. Any help please? something like this in the image: