From e69419c65d8aa5f712bfd3289ee1d1f639fbfccb Mon Sep 17 00:00:00 2001 From: Huangyb <873825232@qq.com> Date: Tue, 17 Oct 2017 13:30:57 +0800 Subject: [PATCH] =?UTF-8?q?1.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 12 ++++++++---- README.md | 16 ++++++++++------ 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/README.en.md b/README.en.md index 073704b..9d7ccf4 100644 --- a/README.en.md +++ b/README.en.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 896c947..db21127 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ * [English README](/README.en.md/) -* SmartChart是Android图表框架,支持线性图(折线,曲线,散点)柱状图、面积图、饼图、3D柱状图、雷达图、风向玫瑰图支持多样化配置。 - +* SmartChart是一个Android图表框架,支持线性图(折线,曲线,散点)柱状图、面积图、饼图、3D柱状图、雷达图、风向玫瑰图,支持图表多样化配置。 ## 功能展示 @@ -55,6 +54,11 @@ * 支持轴方向,双轴,图示,水平线,十字轴,MarkView自定义,空白,标题,网格等,支持丰富的样式,包括字体样式(字体大小,颜色),图形样式(正方形,长方形,圆形),线(大小,颜色,DashPathEffect),增加了图表移动和缩放功能以及动画。 +### 1.0版本更新日志 + +* 1.增加了风向玫瑰图; +* 2.修复了Legend位置显示问题; +* 3.增加刻度的格式化。 ### 0.9版本更新日志 @@ -215,11 +219,11 @@ dependencies { lineChartView.startChartAnim(1000); ``` -### 10.下版本1.0 +### 10.下版本1.1 -* 1.支持仪表盘图表; -* 2.修复ViewPager和列表滑动引起手势冲突; -* 3.优化图表展示效果。 +* 1.修复ViewPager和列表滑动引起手势冲突; +* 2.持续优化图表展示效果; +* 3.支持线和柱状图组合图。         ### 11.结尾