I spent hours scouring the internet for a solution on how to create basic CSS circle shape loaders, but couldn't find anything straightforward. I am working on a special website project that requires displaying survey results in dynamic percentages that I can easily control.
The closest option I came across was this:
http://tympanus.net/Tutorials/CircularProgressButton/
However, I don't need any animations. I simply need a customizable shape for each survey result and the ability to adjust the percentages easily with CSS (width: 55%, etc.).
Here is the graphic I'm currently using:
I need everything to be as simple as possible so I can also customize the colors easily. Does anyone have any ideas on how I can achieve this?
Thank you!