Skip to content

iamgdevvv/chartbulek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chartbulek.js

Make chart circle using javascript and it's super easy peasy.

Chartbulek.js

ChartBulek.init(selector);

Example Chartbulek.js

You need to use attribute to config the chart. using data-chart, data-color-bg, data-color-chart, data-width-chart.

<div  id="chart-circle" 
      class="chart-circle" 
      data-chart="40" 
      data-color-bg="#fff" 
      data-color-chart="#0e0e28" 
      data-width-chart="10"></div>
ChartBulek.init("#chart-circle");

About

Make Chart Circle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •