zoukankan      html  css  js  c++  java
  • 一款新型的EASY饼图数据统计Jquery插件

    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

    Download
    Home
    Example

    easy-pie-chart

    Easy pie chart is a jQuery plugin that uses the canvas element to render simple pie charts for single values

    Easy Pie Chart

    Related posts:

     
     
    Morris-js
     
    Mambo
     
    jQueryTween
     
     
    easy-pie-chart
  • 相关阅读:
    java8 日期时间之间的关系
    redis bind连不上的坑
    mysql 表结构转excel表格
    软件工程实践总结
    Beta答辩总结
    Beta 冲刺(7/7)
    Beta 冲刺(6/7)
    Beta 冲刺(5/7)
    Beta 冲刺(4/7)
    Beta 冲刺(3/7)
  • 原文地址:https://www.cnblogs.com/kungfupanda/p/4482465.html
Copyright © 2011-2022 走看看