Easy Pie Chart

Easy pie chart is a jQuery plugin that uses the canvas element to render highly customizable, very easy to implement, simple pie charts for single values.

86
86
55

Size Variations

86
55
55

Documentation


You can pass plugin options using data-options attribute. Please make sure to use valid json code.

Plugin DocsJSON Formatter

Classes

easy-pie-chart-lg
easy-pie-chart-sm
easy-pie-chart-xs

Related Files

TypeFile
HTMLpanel-element-easy-pie-charts.html
JS_easy-pie-charts.js
SCSS_easy-pie-charts.scss

Code Example


<span class="easy-pie-chart" data-percent="86"   data-options='{   "lineCap":"square",   "lineWidth": 10,   "barColor": "#03a9f4"   }'><span class="percent">86</span></span>