优化Line在数据点过密时有更好的绘制效果

This commit is contained in:
monitor1394
2024-11-18 23:14:51 +08:00
parent 61fb717d20
commit 6568595abb
2 changed files with 73 additions and 20 deletions

View File

@@ -77,6 +77,7 @@ slug: /changelog
## master
* (2024.11.18) 优化`Line`在数据点过密时有更好的绘制效果
* (2024.11.16) 修复`Animation`无法通过代码开启的问题 (#334)
* (2024.11.13) 修复`DataZoom`的start和end在代码动态修改时图表不刷新的问题
* (2024.11.05) 修复`Title`设置隐藏后运行还显示的问题