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.
You can pass plugin options using data-options attribute. Please make sure to use valid json code.
Plugin Docs JSON Formatter
<span class="easy-pie-chart" data-percent="86"
data-options='{
"lineCap":"square",
"lineWidth": 10,
"barColor": "#03a9f4"
}'>
<span class="percent">86</span>
</span>