修复PieChart边框大小不一致的问题

This commit is contained in:
monitor1394
2020-09-22 07:25:05 +08:00
parent 51f8372f32
commit 9a866c0352
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.09.22) 修复`PieChart`边框大小不一致的问题
* (2020.09.19) 发布`v1.6.1`版本
* (2020.09.19) 增加`Remove All Chart Object`移除图表下的所有子节点(会自动重新初始化)
* (2020.09.18) 修复`SerieLabel`在点击图例隐藏`Serie`后还显示的问题#94