优化和完善数据更新UpdateData接口

This commit is contained in:
monitor1394
2019-12-04 09:44:59 +08:00
parent 3358edfdd6
commit fe19a3a665
8 changed files with 159 additions and 46 deletions

View File

@@ -1,8 +1,9 @@
# 更新日志
* (2019.12.03) 增加圆环饼图的圆角支持
* (2019.12.03) 增加数据更新动画
* (2019.12.04) 优化和完善数据更新`UpdateData`接口
* (2019.12.03) 增加圆环饼图的圆角支持,参数:`serie.arcShaped`
* (2019.12.03) 增加数据更新动画,参数:`serie.animation.updateAnimation`
* (2019.11.30) 增加`GaugeChart`仪表盘
* (2019.11.22) 修复`BarChart`清空数据重新赋值后`SerieLabel`显示异常的问题
* (2019.11.16) 修复`SerieLabel`设置`color`等参数不生效的问题