[feature][axis] support AxisName.onZero (#207)

This commit is contained in:
monitor1394
2022-07-03 10:02:22 +08:00
parent 9b263c883b
commit 33fd4aa9f3
4 changed files with 17 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
## master
* (2022.07.05) 增加`AxisName``onZero`参数支持设置坐标轴名称位置是否和Y轴0刻度一致 (#207)
* (2022.07.02) 修复`PieChart`用代码动态创建时`Legend`不正常的问题 (#206)
* (2022.07.02) 修复`YAxis``AxisLabel`设置`onZero`不生效的问题
* (2022.07.02) 修复`AxisLabel`代码设置`distance`属性后一直刷新的问题