This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-append-data
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit a7982493b6ecee3306be42e32854084f13c348c1
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Jul 31 17:38:00 2020 +0800

    fix(appendData): wakeUp when appendData
---
 src/echarts.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/echarts.ts b/src/echarts.ts
index b69a478..645cd68 100644
--- a/src/echarts.ts
+++ b/src/echarts.ts
@@ -1225,6 +1225,8 @@ class ECharts extends Eventful {
         // `appendData` meaningless.
 
         this._scheduler.unfinished = true;
+
+        this.getZr().wakeUp();
     }
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to