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 DocsJSON Formatter
easy-pie-chart-lg
|
easy-pie-chart-sm
|
easy-pie-chart-xs
|
Type | File |
---|---|
HTML | panel-element-easy-pie-charts.html |
JS | _easy-pie-charts.js |
SCSS | _easy-pie-charts.scss |
<span class="easy-pie-chart" data-percent="86" data-options='{ "lineCap":"square", "lineWidth": 10, "barColor": "#03a9f4" }'><span class="percent">86</span></span>