8000 GitHub - MishaMykhalyuk/pieChart: pieChart
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MishaMykhalyuk/pieChart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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

Languages

  • JavaScript 99.2%
  • HTML 0.8%
0