Peity ADDONSimple and lightweight miniature chart.
Peity (sounds like deity) is a jQuery plugin that converts an element's content into a svgmini 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
strokeWidthinside data-peityattribute
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
innerRadiusand radiusfor pie and donut charts, and widthand heightfor other charts
