Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edgardleal/jquery.piegraph

jQuery plugin to render a Pie Graph with CSS
https://github.com/edgardleal/jquery.piegraph

Last synced: about 24 hours ago
JSON representation

jQuery plugin to render a Pie Graph with CSS

Awesome Lists containing this project

README

        

jquery.piegraph
===============

jQuery plugin to render a Pie Graph with CSS

Exemple:
-------

```html





Teste com gráfico






$("#chart").chart({data : new Array(90,90, 45, 10,5,25,15,30),
labels : new Array("A", "B", "C", "D", "E", "F", "G", "H"),
width : 400});

```

Test the plugin:
[Codepen](http://codepen.io/edgardleal/pen/kkxYVP "try it")