<canvas-piechart>
A web-component to draw a piechart using Polymer and HTML5 Canvas.
This branch (master) works only with Polymer 2.x. For a Polymer 1.x version check out the 1.x branch
Versions (Polymer 2.x vs Polymer 1.x)
The master branch and all 2.x.x releases require Polymer 2.x
.
For Polymer 1.x
support use 1.x.x releases and the 1.x branch.
Demo
Check it live.
Install
Install the component using Bower:
$ bower install --save canvas-piechart
Or download as ZIP.
Usage
- Import Web Components' polyfill:
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
- Import Custom Element:
<link rel="import" href="../canvas-piechart/canvas-piechart.html">
- Start using it!
<canvas-piechart size="250" data="[10,20,50,20]"></canvas-piechart>
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
Check Release list.
License
MIT License © Ümit Seren