[bug] fix axislabel distance error

This commit is contained in:
monitor1394
2022-07-02 16:43:52 +08:00
parent 47c9b99931
commit fbdb51d847
3 changed files with 6 additions and 4 deletions

View File

@@ -54,6 +54,7 @@
## master
* (2022.07.02) 修复`AxisLabel`代码设置`distance`属性后一直刷新的问题
* (2022.06.30) 修复`Runtime`下代码创建图表时组件无法初始化的问题
* (2022.06.29) 增加`Tooltip``itemFormatter`支持`{c0}`显示各维度数据 (#205)
* (2022.06.28) 优化`Pie`设置`avoidLabelOverlap`时的文本表现 (#56)