Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edgardleal/jquery.piegraph
- Owner: edgardleal
- Created: 2013-04-10T12:42:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T20:38:52.000Z (about 8 years ago)
- Last Synced: 2023-04-08T10:56:18.751Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")