An open API service indexing awesome lists of open source software.

https://github.com/chsword/ring-chart

A ring chart with html5 canvas
https://github.com/chsword/ring-chart

Last synced: about 1 month ago
JSON representation

A ring chart with html5 canvas

Awesome Lists containing this project

README

          

ring-chart
==========

一个环状图表
![例子](https://raw.githubusercontent.com/chsword/ring-chart/master/image.png)







XChart("panel1", 92, 0, "#2984ad")
XChart("panel2", 92, 0.25, "rgb(41,132,173)")
XChart("panel3", 92, 0.5, "#000")
XChart("panel4", 92, 0.75, "#99CCFF")
XChart("panel5", 92, 1, "#FF5400")


Release
=======================
* 2014.12.27 v0.1
基础功能提交
release :https://github.com/chsword/ring-chart/releases/tag/v0.1