Peity (sounds like deity) is a jQuery plugin that converts an element's content into a <svg> mini pie donut line or bar chart.
Peity (sounds like deity) is a jQuery plugin that converts an element's content into a <svg> mini pie donut line or bar chart.
You can use pie, donut, line and bar.
$(".peity_pie").peity("pie")
plus some extra code to change fill color.
$(".peity_donut").peity("donut")
plus some extra code to change fill color.
$(".peity_line").peity("line")
plus some extra code to change fill color.
$(".peity_bar").peity("bar")
plus some extra code to change fill color.
Charts can be updated by changing the the jQuery selection's text content and calling change() on it.
Use this panel to configure template settings and layout options.