修复Animation不启用时更新数据会导致图表一直刷新的问题

This commit is contained in:
monitor1394
2020-12-18 19:06:34 +08:00
parent 045e1576b6
commit e8737ec50e
5 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.12.18) fixed an issue where updating data when `Animation` was not enabled caused the chart to keep refreshing
* (2020.12.01) fixed an issue where a newly created chart on `Unity2020` could not be drawn properly
* (2020.11.22) Release `v1.6.2` version
* (2020.11.22) Fixed an issue where `LineChart` draws an exception when the data is too dense #99