增加Tooltip通过TitleLabelStyleTextStyleAlignment设置标题的对齐方式 (#363)

This commit is contained in:
monitor1394
2026-06-03 22:03:06 +08:00
parent 12be0ef93b
commit 986fe7e575
3 changed files with 3 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ slug: /changelog
## master
* (2026.06.03) 增加`Tooltip`通过`TitleLabelStyle``TextStyle``Alignment`设置标题的对齐方式 (#363)
* (2026.05.25) 增加`DataZoom``filterAxisRange`设置坐标轴的范围计算是否受`DataZoom`的影响
* (2026.05.23) 优化`DataZoom``Marquee`框选功能
* (2026.05.23) 修复`DataZoom`内绘制的折线图可能会超出范围的问题