update readme

This commit is contained in:
张磊 2018-12-12 08:38:15 +08:00
parent acbace833e
commit a67fc2c40e
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<p align="right">v<strong>0.1.0</strong></p>
<p align="right">v<strong>1.0.0</strong></p>
<p align="center"><img src="./assets/omi-chart.svg" alt="omi-chart" width="300"/></p>
<h2 align="center">omi-chart</h2>
<p align="center">Simple HTML5 Charts using <strong>chart-x</strong> tag powered by <a href="https://github.com/Tencent/omi">omi</a> and <a href="https://www.chartjs.org/" rel="nofollow">chart.js</a>.</p>
@ -17,3 +17,10 @@
- [Base](https://tencent.github.io/omi/packages/omi-chart/repl/line-base.html)
- [Multi Axis](https://tencent.github.io/omi/packages/omi-chart/repl/line-multi-axis.html)
- [Stepped](https://tencent.github.io/omi/packages/omi-chart/repl/line-stepped.html)
- [Fill](https://tencent.github.io/omi/packages/omi-chart/repl/line-fill.html)
- [Interpolation Modes](https://tencent.github.io/omi/packages/omi-chart/repl/line-interpolation-modes.html)
- [Point Sizes](https://tencent.github.io/omi/packages/omi-chart/repl/line-point-sizes.html)
- [Styles](https://tencent.github.io/omi/packages/omi-chart/repl/line-styles.html)
- [Point Styles](https://tencent.github.io/omi/packages/omi-chart/repl/line-point-styles.html)
- Radar charts
- [Base](https://tencent.github.io/omi/packages/omi-chart/repl/radar-base.html)