# Peity [![Build Status](https://travis-ci.org/benpickles/peity.svg?branch=master)](https://travis-ci.org/benpickles/peity) Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `` pie, donut, line or bar chart. ## Basic Usage ### HTML ```html 3/5 5,2,3 3,5,1,6,2 2,5,3,6,2,1 ``` ### 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 . ## 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.