增加动画完成回调接口

This commit is contained in:
monitor1394
2020-07-17 12:19:21 +08:00
parent d9e8e2e26b
commit 4bb662043c
3 changed files with 24 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.07.17) Added animation completion callback interface for `SerieAnimation`.
* (2020.07.17) Optimize `Chart` under `ScrollView` without affecting the scrolling and dragging of `ScrollView`.
* (2020.07.16) Fixed a problem with `Tooltip` that would also show up if it was blocked on top. #74
* (2020.07.08) 优化`Scatter`类型`Serie`支持`Log`#70