An open API service indexing awesome lists of open source software.

https://github.com/samccone/piechart

pieChart
https://github.com/samccone/piechart

Last synced: about 1 year ago
JSON representation

pieChart

Awesome Lists containing this project

README

          

-- 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
});