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
  • 相关阅读:
    百度诉360案一审宣判索赔1亿判赔70万
    软件设计之状态机
    linux下so获得自己文件位置的路径
    openssh-server
    安卓下查看kmsg内核日志
    Python kmean
    numpy
    HostMonitor监控主机状态
    ubuntu MySQL安装和设置
    Python Post img
  • 原文地址:https://www.cnblogs.com/kungfupanda/p/4482465.html
Copyright © 2011-2022 走看看