You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/07/31 09:40:03 UTC

[incubator-echarts] 01/01: fix(appendData): wakeUp when appendData

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 <zw...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org