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 chart is a jQuery plugin that uses the canvas element to render simple pie charts for single values
Related posts:
本文介绍了一个使用canvas元素的jQuery插件EasyPieChart,该插件用于渲染简单的单值饼图。它高度可定制且易于实现,支持所有主要浏览器,并在IE7+8上通过excanvas进行渲染。文章提供了配置示例代码。

208

被折叠的 条评论
为什么被折叠?



