How to make round progress bars. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make round progress bars.

how to make a round progress bar as we see in our skill section of profile.

19th May 2018, 5:19 AM
Robin Singh
Robin Singh - avatar
3 Answers
+ 5
those are more of pie charts and you cant transform the <progress> tag into those.Youll need to build from scratch
19th May 2018, 5:21 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 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
20th May 2018, 4:42 PM
MCJEH
MCJEH - avatar