peity

Progressive pie, donut, bar and line charts

Github星跟踪图

Peity

Build Status

Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini <svg> pie, donut, line or bar chart.

Basic Usage

HTML

<span class="pie">3/5</span>
<span class="donut">5,2,3</span>
<span class="line">3,5,1,6,2</span>
<span class="bar">2,5,3,6,2,1</span>

JavaScript (jQuery)

$(".pie").peity("pie");
$(".donut").peity("donut");
$(".line").peity("line");
$(".bar").peity("bar");

Docs

More detailed usage can be found at benpickles.github.io/peity.

Development

Run the automated visual regression tests with:

make test

Run a filtered set of tests with:

ARGS="--grep bar" make test

To manually view all test cases run:

make server

And hit http://localhost:8080/.

Release

Update the version string in jquery.peity.js, run make release, and follow the instructions.

Copyright 2009-2020 Ben Pickles. See LICENCE for details.

主要指标

概览
名称与所有者benpickles/peity
主编程语言HTML
编程语言Ruby (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2009-11-20 13:49:20
推送于2024-04-11 10:21:12
最后一次提交
发布数34
最新版本名称v3.3.0 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数4.2k
关注者数133
派生数399
提交数334
已启用问题?
问题数75
打开的问题数21
拉请求数23
打开的拉请求数2
关闭的拉请求数9
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?