npm install piechartpiechart
========
Piechart on an HTML canvas.
This module is based on this blogpost
Usage
-----
``js
var piechart = require('piechart');
piechart(document.getElementById("piechart"), [
{value: 100, color: '#800000'},
{value: 80, color: '#5252CC'},
{value: 180, color: '#00A37A'}
]);
``
License
-------
MIT