From 1ad3bc8c9f611509140dd913b01371e61cce9640 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Wed, 7 Aug 2019 09:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v0.8.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f40c485e..2660f43f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ QQ交流群:XCharts交流群(202030963) ## 更新日志 -* (2019.08.04)发布`v0.8.1`版本:修复从Inspector中修改数据不生效的问题 +* (2019.08.07)发布`v0.8.2`版本 +* (2019.08.07)修复区域平滑折线图显示异常的问题 +* (2019.08.06)修复serie系列数超过调色盘颜色数时获取的颜色异常的问题 +* (2019.08.06)修复当Axis的minMaxType为Custom时max设置为100不生效的问题 +* (2019.08.04)发布`v0.8.1`版本 +* (2019.08.04)修复从Inspector中修改数据不生效的问题 * (2019.08.04)发布`v0.8.0`版本 * (2019.08.04)优化`RadarChart`雷达图,增加多雷达图支持 * (2019.08.01)增加代码API注释文档,整理代码