Skip to content

samccone/pieChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- Demo --

This Is PieChart

PieChart is a simple way to make beautiful donught style pie charts. It has the options for gradient fills and animations.

after seeing a deluge of charts in this style I decided to make a plugin to ease your development of them

how to use

  
      pieChart({
        fillPercent: 95,
        backgroundStrokeColor: "blue", //optional
        foregroundStrokeColor: "green", //optional
        animationRate: 5, //optional
        animationTick: function(angle) { console.log("currently at "+angle)}, //optional
        radius: 120, //optional
        stroke: 12, //optional
        container: document.getElementById('ff') //optional
      });
  

About

pieChart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published