# peity **Repository Path**: mirrors_Unitech/peity ## Basic Information - **Project Name**: peity - **Description**: Progressive bar, line and pie charts - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Peity Peity (sounds like deity) is a simple jQuery plugin that converts an element's content into a simple mini `canvas` pie, line or bar chart. ## Basic Usage ### HTML 3/5 3,5,1,6,2 2,5,3,6,2,1 ### Javascript (jQuery) $("span.pie").peity("pie"); $("span.line").peity("line"); $("span.bar").peity("bar"); ## Docs More detailed usage can be found at [benpickles.github.com/peity](http://benpickles.github.com/peity/).