Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.91 KB

README.md

File metadata and controls

72 lines (49 loc) · 1.91 KB

Build Status Published on webcomponents.org

<css-piechart>

A web-component to draw a piechart using Polymer and CSS3.

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 css-piechart

Or download as ZIP.

Usage

  1. Import Web Components' polyfill:
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
  1. Import Custom Element:
<link rel="import" href="../css-piechart/css-piechart.html">
  1. Start using it!
  <css-piechart size="250" data="[10,20,50,20]"></css-piechart>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Check Release list.

License

MIT License © Ümit Seren