修复Bar在水平方向时Label设置为Bottom不生效的问题

This commit is contained in:
monitor1394
2023-09-29 23:52:50 +08:00
parent 54bb49dfa7
commit 66c01d55b9
4 changed files with 11 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ slug: /changelog
## master
* (2023.09.29) 修复`Bar`在水平方向时`Label`设置为`Bottom`不生效的问题
* (2023.09.22) 增加`Line`的平滑曲线对`Dash`虚线的支持
* (2023.09.16) 修复`Tooltip`在类目轴无数据时异常报错的问题 (#279)
* (2023.09.16) 修复`Pie`无数据时绘制异常的问题 (#278)