[feature][polar] support multiple bar and stack bar in polar

This commit is contained in:
monitor1394
2022-09-19 13:20:34 +08:00
parent ba9faa8bc6
commit 4e05759c3c
8 changed files with 98 additions and 32 deletions

View File

@@ -58,6 +58,7 @@
## master
* (2022.09.19) 增加`PolarChart`对多柱图和堆叠柱图的支持
* (2022.09.16) 增加`PolarChart``Bar`柱图的支持
* (2022.09.14) 增加`PolarCoord`可通过`radius`设置环形极坐标的支持
* (2022.09.09) 修复`Editor`下编辑参数部分组件可能不会实时刷新的问题