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

Documentation


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

Plugin DocsJSON Formatter

Code Example


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