Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qstumn authored Mar 17, 2017
1 parent 273a7f7 commit 1e08ec1
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# RadarView
一个可以自由定制、旋转交互的Android雷达图Lib

##Change Log
```
v1.0.1
1、修复addData添加多组数据时,只有最后一组数据显示出来的BUG
2、修复animeValue方法重复执行时会错误的丢失数据的BUG
```

![](https://github.com/qstumn/RadarView/blob/master/logo.png?raw=true)

###一些特性
Expand Down Expand Up @@ -35,9 +28,9 @@ v1.0.1
## how to use:
###1. gradle
```groovy
compile 'q.rorbin:RadarView:1.0.1'
compile 'q.rorbin:RadarView:VERSION_CODE'
```

VERSION_CODE : [here]{https://github.com/qstumn/RadarChart/releases}
###2. xml
```xml
    <rorbin.q.radarview.RadarView
Expand Down Expand Up @@ -67,8 +60,9 @@ app:vertex_text_offset | setVertexTextOffset | 顶点文字距最外层网偏移
--- | ---
setLayerColor | 设置雷达网各层颜色
setVertexText | 设置顶点文字内容
animeValue | 展现一次数据添加动画
addData | 添加数据
animeValue | 展现一次数据添加动画
addData | 添加数据
setEmptyHint | 设置空数据时的提示

###5. 添加数据
1. 创建并添加数据
Expand Down

0 comments on commit 1e08ec1

Please sign in to comment.