修复数据过小时AxisLabel直接科学计数法显示的问题

This commit is contained in:
monitor1394
2019-12-06 10:08:48 +08:00
parent fe19a3a665
commit a890c7cd33
5 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2019.12.06) 修复数据过小时`AxisLabel`直接科学计数法显示的问题
* (2019.12.04) 优化和完善数据更新`UpdateData`接口
* (2019.12.03) 增加圆环饼图的圆角支持,参数:`serie.arcShaped`
* (2019.12.03) 增加数据更新动画,参数:`serie.animation.updateAnimation`