Hello,
I'm trying to figure out how to do the same thing that I see on the shortcodes "PieChart and skills". I am able to make the Skills part work, but I can't have a static text inside a circle animation working.
I checked the .css , the .js but I don't know what I am missing.
Here's what I try to do (which is exactly what is on the document page and is working fine there):
<div class="rounded-skill nobottommargin skills-animated" data-color="#DD4B39" data-size="200" data-percent="70" data-width="3" data-speed="2500" style="width: 200px; height: 200px; line-height: 200px; opacity: 1;">Static Text<canvas height="200" width="200"></canvas></div>
Is there a specific .js and/or .css that must be added ?
Regards,
