at path:
ROOT
/
sistema
/
vendors
/
peity
/
README.md
run:
R
W
Run
bin
DIR
2026-04-09 04:12:40
R
W
Run
docs
DIR
2026-04-09 04:12:40
R
W
Run
test
DIR
2026-04-09 04:12:40
R
W
Run
.bower.json
431 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
.gitignore
68 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
.travis.yml
134 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
CHANGELOG.md
5.2 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
Gemfile
60 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
Gemfile.lock
163 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
LICENCE
1.05 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
Makefile
1000 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
README.md
1.16 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
bower.json
122 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
composer.json
490 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
index.html
25.16 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
jquery.peity.js
8.82 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
jquery.peity.min.js
3.63 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
package.json
918 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
yarn.lock
14.6 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
error_log
up
📄
README.md
Save
# Peity [](https://travis-ci.org/benpickles/peity) Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `<svg>` pie, donut, line or bar chart. ## Basic Usage ### HTML ```html <span class="pie">3/5</span> <span class="donut">5,2,3</span> <span class="line">3,5,1,6,2</span> <span class="bar">2,5,3,6,2,1</span> ``` ### JavaScript (jQuery) ```js $(".pie").peity("pie"); $(".donut").peity("donut"); $(".line").peity("line"); $(".bar").peity("bar"); ``` ## Docs More detailed usage can be found at [benpickles.github.io/peity](http://benpickles.github.io/peity/). ## Development Run the automated visual regression tests with: make test Run a filtered set of tests with: ARGS="--grep bar" make test To manually view all test cases run: make server And hit <http://localhost:8080/>. ## Release Update the version string in `jquery.peity.js`, run `make release`, and follow the instructions. ## Copyright Copyright 2009-2018 [Ben Pickles](http://benpickles.com/). See [LICENCE](https://github.com/benpickles/peity/blob/master/LICENCE) for details.