This commit is contained in:
monitor1394
2022-08-16 07:43:22 +08:00
parent 990c6dad90
commit 9e07fa1db3
2 changed files with 50 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
# 更新日志
[master](#master)
[v3.2.0](#v3.2.0)
[v3.1.0](#v3.1.0)
[v3.0.1](#v3.0.1)
[v3.0.0](#v3.0.0)
@@ -57,6 +58,8 @@
## master
## v3.2.0
### 版本要点
* `Serie`支持高亮,淡出和选中三状态配置:`EmphasisStyle`,`BlurStyle``SelectStyle`
@@ -65,10 +68,11 @@
* `Radar`支持平滑曲线:`smooth`
* `Line`支持当作凸多边形填充:`AreaStyle``innerFill`
* `DataZoom`支持时间轴
* 其他优化和问题修复
* 其他优化和修复
### 日志详情
* (2022.08.16) 发布`v3.2.0`版本
* (2022.08.15) 优化`Smooth`贝塞尔曲线算法
* (2022.08.13) 修复`DataZoom`组件开启时图表显示效果可能不正确的问题
* (2022.08.11) 优化`Tooltip`支持`ignoreDataDefaultContent`
@@ -96,7 +100,7 @@
* (2022.07.17) 增加`Radar``smooth`参数设置平滑曲线
* (2022.07.15) 增加`DataZoom``Time`时间轴的支持
## 3.1.0
## v3.1.0
### 版本要点