http://www.oschina.net/code/snippet_197014_12865
http://www.cnblogs.com/ada-zheng/p/3760947.html
---------------------------
http://stackoverflow.com/questions/21739599/how-can-i-change-percent-value-of-jquery-easypiechart
http://jquer.in/jquery-plugins-for-html5-canvas/easy-pie-chart/
Easy Pie Chart
September 19, 2012
jQuery canvas plugin for Easy Pie Chart
Easy pie chart is a jQuery plugin that uses the canvas element to render simple pie charts for single values.These chars are highly customizable and very easy to implement.This plugin supports all major browsers that support the canvas element. With excanvas you can even render the charts on IE 7+8.
It has got the following main options:-
- trackColor The color of the track for the bar, false to disable rendering.
- scaleColor The color of the scale lines, false to disable rendering.
- lineCap Defines how the ending of the bar line looks like. Possible values are: butt, round and square.
- lineWidth Width of the bar line in px.
Sample Code$('.chart').easyPieChart({
//your configuration goes here
});
Created by Robert Fleischmann
Easy Pie ChartRelated posts:
Morris-js
Mambo
jQueryTween