react-circular-progressbar
react-circular-progressbar copied to clipboard
A circular progressbar component, built with SVG and extensively customizable
Added props for WCAG compliance. Please let me know if you are not satisfied with the pull request.
## 🐛 Bug report ### Unable to add svg image from project folder to circularProgressBar Please describe what the problem is - I saw this example ; This works because...
Hello, Have a fill animation from 0 to value for first render , with props animated = true : false for select option.
Hey how do you reduce the padding of the background? my icons background takes up the stroke colors too and i dont want that , is there any way i...
I've implemented the **CircularProgressbar** in my project(React),as in the below attached image . But now I wanted to show only the half of the circle irrespective of the value like...
## 🐛 Bug report ### Summary of issue Children of `CircularProgressbarWithChildren` aren't scaling evenly. Would it be possible to have children assigned to parent SVG?   ### Your environment...
## 🐛 Bug report ### Summary of issue Cannot change dominant-baseline for text. I want to set it to center. ### Reproducible example ``` ``` fill works but dominant-baseline doesn't...
## 🐛 Bug report ### Summary of issue Video is showing the problem: https://www.loom.com/share/e72cbedbb81c4e9dbf3ee1e1d24ae172 Codesandbox container to test: https://codesandbox.io/s/circular-progress-test-27r18?fontsize=14 My machine mac book pro react-circular-progressbar version 2.0.1 _What browser version...
## 🚀 Feature request ### Problem description I'd like to be able to set the z-index of root container element (the div above the svg). Currently with this example the...