Easy Pie Chart

Introduction

Easy Pie Chart is a Lightweight jQuery plugin to render and animate nice pie charts with the HTML5 canvas element

How to Setup

HTML Structure

<span id="pie_chart_1" class="easy-pie-chart" data-percent="86">
	<span class="percent head-font">86</span>
</span>

Dependency

JS

<!-- Easy pie chart JS -->
<script src="vendors/easy-pie-chart/dist/jquery.easypiechart.min.js"></script>
<script src="dist/js/easypiechart-data.js"></script>

Initialize Peity Chart JS

Last updated

Was this helpful?