Peity ADDON Simple and lightweight miniature 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 and is compatible with any browser that supports svg
. Peity chart is only 4kb, which makes it great to create fast lightweight charts with minimum effort.
Find tutorials, guidelines and more on Peity's official documentation
Line Chart
strokeWidth
inside data-peity
attribute
Area Chart
data-peity='{ "fill": "#1dc9b7" }'
Bar Chart
data-peity='{ "fill": ["#7a59ad","#886ab5","#967bbd","#a38cc6"] }'
Pie Chart
data-peity='{ "fill": ["#7a59ad","#886ab5","#967bbd","#a38cc6"] }'
Donut Chart
data-peity='{ "fill": ["#7a59ad","#886ab5","#967bbd","#a38cc6"] }'
Updating Chart
Dynamic Colors
$(".bar-colours-2").peity("bar", { fill: [value], height: value, ect... }
Chart Sizes
innerRadius
and radius
for pie and donut charts, and width
and height
for other charts