circleChart.js---a nice and easy to use jQuery plugin for drawing circular charts


circleChart.js is a HTML5 circle progress plugin which can be customed of color,size and animation so on.

gitHub here

Step1:
link jQuery and circleChart.js files in the body
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script type="text/javascript" src="circleChart.min.js"></script>

Step2:
div with id name or class name
html

the basic html styles
css

Step3:
js

circle1 default (data-value=85)
circle2,3,4,5 set attributes(someone don't forget "")
circle6 ondraw a function after 3 second.






Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

Meet Tippy.js: The Complete Tooltip Popover Plugin

Meet Mantine: A TS-Based Open-Source React Components Library