Skip to content

Commit

Permalink
1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyanbin committed Oct 17, 2017
1 parent 0a3d4f2 commit e69419c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
12 changes: 8 additions & 4 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ there is a need for reference.

* 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.

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

### 0.9 version update log

Expand Down Expand Up @@ -213,11 +217,11 @@ dependencies {
lineChartView.startChartAnim(1000);
```

### 10.Next version 1.0
### 10.Next version 1.1

* 1. Support dashboard charts;
* 2. Fix the view pager and list sliding to cause gesture conflict;
* 3. Optimize the graphics display effect.
* 1. Fix the view pager and list sliding to cause gesture conflict;
* 2. Continuous optimization of chart display effects;
* 3. Support lines and histogram composition diagrams.


### 11.End
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

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

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

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


## 功能展示
Expand Down Expand Up @@ -55,6 +54,11 @@

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

### 1.0版本更新日志

* 1.增加了风向玫瑰图;
* 2.修复了Legend位置显示问题;
* 3.增加刻度的格式化。

### 0.9版本更新日志

Expand Down Expand Up @@ -215,11 +219,11 @@ dependencies {
lineChartView.startChartAnim(1000);
```

### 10.下版本1.0
### 10.下版本1.1

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


### 11.结尾
Expand Down

0 comments on commit e69419c

Please sign in to comment.