[bug][pie] fix piechart create error with code (#206)

This commit is contained in:
monitor1394
2022-07-02 23:10:11 +08:00
parent 06574a201a
commit 9b263c883b
4 changed files with 11 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
## master
* (2022.07.02) 修复`PieChart`用代码动态创建时`Legend`不正常的问题 (#206)
* (2022.07.02) 修复`YAxis``AxisLabel`设置`onZero`不生效的问题
* (2022.07.02) 修复`AxisLabel`代码设置`distance`属性后一直刷新的问题
* (2022.06.30) 修复`Runtime`下代码创建图表时组件无法初始化的问题