tigrr / circle-progress

Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.
https://tigrr.github.io/circle-progress
MIT License
164 stars 43 forks source link

Change color #34

Open quatropf opened 1 day ago

quatropf commented 1 day ago

Being able to change the color of the value and the background directly in circle-progress

Exemple : <circle-progress colorbackground= "#4e17b4" colorvalue= "#4e17b4" value="50" max="100"></circle-progress>

tigrr commented 1 day ago

You can change colors, as well as many other display features, in CSS. Please check the examples for usage.