+ 2
How to make round progress bars.
how to make a round progress bar as we see in our skill section of profile.
3 Antworten
+ 5
those are more of pie charts and you cant transform the <progress> tag into those.Youll need to build from scratch
+ 4
there is a way to create them using the svg tag with a path tag and using JavaScript to set the "progress", I'm actually in the process of creating multiple radial progress bars, I'll post the code here when its finished