Skip to content

Commit 155ea9f

Browse files
committed
1.增加gif
1 parent 745079a commit 155ea9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SmartChart是Android图表框架,支持线性图(折线,曲线,散点)
3333

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

36-
#### 缩放移动
36+
#### 旋转
3737

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

@@ -191,7 +191,7 @@ dependencies {
191191
ChartData chartData = new ChartData("线型图",chartYDataList,ColumnDatas);
192192
//设置数据
193193
lineChartView.setChartData(chartData);
194-
```
194+
```
195195

196196

197197
### 9.动画

0 commit comments

Comments
 (0)