Skip to content

Commit

Permalink
1.增加gif
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyanbin committed Oct 15, 2017
1 parent 745079a commit 155ea9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SmartChart是Android图表框架,支持线性图(折线,曲线,散点)

![缩放移动](/img/gif/zoom.gif)

#### 缩放移动
#### 旋转

![旋转](/img/gif/rotate.gif)

Expand Down Expand Up @@ -191,7 +191,7 @@ dependencies {
ChartData chartData = new ChartData("线型图",chartYDataList,ColumnDatas);
//设置数据
lineChartView.setChartData(chartData);
```
```


### 9.动画
Expand Down

0 comments on commit 155ea9f

Please sign in to comment.