You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/08/01 13:23:54 UTC

[echarts-handbook] branch master updated: Fix typo

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

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 70e2a5f  Fix typo
     new 29524b3  Merge pull request #62 from yhoiseth/patch-1
70e2a5f is described below

commit 70e2a5fabab0f66c6baa0bbc467ca79b18732ad2
Author: Yngve Høiseth <yn...@hoiseth.net>
AuthorDate: Mon Aug 1 14:35:46 2022 +0200

    Fix typo
---
 contents/en/how-to/data/dynamic-data.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/how-to/data/dynamic-data.md b/contents/en/how-to/data/dynamic-data.md
index fef1513..bb38aa7 100644
--- a/contents/en/how-to/data/dynamic-data.md
+++ b/contents/en/how-to/data/dynamic-data.md
@@ -86,7 +86,7 @@ You need to use `name` to "navigate" ECharts when updating data. In the previous
 
 ## loading Animation
 
-When it takes a long time to load the data, the user is facing the empty chart with only axes will wonder if there are bugs appear.
+When it takes a long time to load the data, the user is facing the empty chart with only axes will wonder if there is a bug.
 
 ECharts have a simple loading animation by default. You can call [showLoading](${mainSitePath}/api.html#echartsInstance.showLoading) to display. When the data loading was completed, call [hideLoading](${mainSitePath}/api.html#echartsInstance.hideLoading) to hide the animation.
 


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