Skip to content

Commit e69419c

Browse files
committed
1.0版本
1 parent 0a3d4f2 commit e69419c

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

README.en.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ there is a need for reference.
5050

5151
* Support shaft direction, biaxial, graphic, horizontal line, cross shaft, MarkView custom, blank, the title, grid, such as support rich style, including the font style, font size, color, graphic style (square, rectangle, round), line (size, color, DashPathEffect), increase the movement and zoom function diagram and animation.
5252

53+
### 1.0 version update log
54+
* 1. Increased wind rose chart;
55+
* 2. Fixed the Legend location display problem;
56+
* 3. Increase the format of the scale.
5357

5458
### 0.9 version update log
5559

@@ -213,11 +217,11 @@ dependencies {
213217
lineChartView.startChartAnim(1000);
214218
```
215219

216-
### 10.Next version 1.0
220+
### 10.Next version 1.1
217221

218-
* 1. Support dashboard charts;
219-
* 2. Fix the view pager and list sliding to cause gesture conflict;
220-
* 3. Optimize the graphics display effect.
222+
* 1. Fix the view pager and list sliding to cause gesture conflict;
223+
* 2. Continuous optimization of chart display effects;
224+
* 3. Support lines and histogram composition diagrams.
221225

222226

223227
### 11.End

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
* [English README](/README.en.md/)
55

6-
* SmartChart是Android图表框架,支持线性图(折线,曲线,散点)柱状图、面积图、饼图、3D柱状图、雷达图、风向玫瑰图支持多样化配置。
7-
6+
* SmartChart是一个Android图表框架,支持线性图(折线,曲线,散点)柱状图、面积图、饼图、3D柱状图、雷达图、风向玫瑰图,支持图表多样化配置。
87

98

109
## 功能展示
@@ -55,6 +54,11 @@
5554

5655
* 支持轴方向,双轴,图示,水平线,十字轴,MarkView自定义,空白,标题,网格等,支持丰富的样式,包括字体样式(字体大小,颜色),图形样式(正方形,长方形,圆形),线(大小,颜色,DashPathEffect),增加了图表移动和缩放功能以及动画。
5756

57+
### 1.0版本更新日志
58+
59+
* 1.增加了风向玫瑰图;
60+
* 2.修复了Legend位置显示问题;
61+
* 3.增加刻度的格式化。
5862

5963
### 0.9版本更新日志
6064

@@ -215,11 +219,11 @@ dependencies {
215219
lineChartView.startChartAnim(1000);
216220
```
217221

218-
### 10.下版本1.0
222+
### 10.下版本1.1
219223

220-
* 1.支持仪表盘图表
221-
* 2.修复ViewPager和列表滑动引起手势冲突
222-
* 3.优化图表展示效果
224+
* 1.修复ViewPager和列表滑动引起手势冲突
225+
* 2.持续优化图表展示效果
226+
* 3.支持线和柱状图组合图
223227

224228

225229
### 11.结尾

0 commit comments

Comments
 (0)