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
- Host: GitHub
- URL: https://github.com/chsword/ring-chart
- Owner: chsword
- Created: 2014-12-24T09:09:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T06:12:50.000Z (over 11 years ago)
- Last Synced: 2025-12-27T09:56:16.615Z (5 months ago)
- Language: JavaScript
- Homepage: http://www.cnblogs.com/chsword
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ring-chart
==========
一个环状图表

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