This commit is contained in:
monitor1394
2021-08-31 21:13:59 +08:00
parent 9d8b95ddc4
commit 4276cd0768
5 changed files with 32 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
# 更新日志
[master](#master)
[v2.4.0](#v2.4.0)
[v2.3.0](#v2.3.0)
[v2.2.3](#v2.2.3)
[v2.2.2](#v2.2.2)
@@ -39,6 +40,17 @@
## master
## v2.4.0
### 版本要点
* 折线图支持忽略数据的连线是断开还是连接
* 折线图支持轨迹匀速动画
* 其他优化和问题修复
### 日志详情
* (2021.07.24) 发布`v2.4.0`版本
* (2021.08.31) 优化`RingChart`的渐变效果
* (2021.08.31) 修复`DataZoom`拖动时`SerieLabel`不刷新的问题 (#165)
* (2021.08.25) 修复`Theme`主题切换无法保持到场景上的问题 (#166)