You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2020/01/07 14:00:41 UTC

[incubator-echarts-doc] branch master updated: fix syntax error

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c4df6b  fix syntax error
5c4df6b is described below

commit 5c4df6bf5df184feae825dc0a4a05d4891ce9b59
Author: deqingli <an...@gmail.com>
AuthorDate: Tue Jan 7 21:59:53 2020 +0800

    fix syntax error
---
 zh/option/partial/animation.md | 8 ++++----
 zh/option/partial/marker.md    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/zh/option/partial/animation.md b/zh/option/partial/animation.md
index 885889d..88a6669 100644
--- a/zh/option/partial/animation.md
+++ b/zh/option/partial/animation.md
@@ -22,11 +22,11 @@
 
 数据更新动画的时长。
 
-支持回调函数,可以通过每个数据返回不同的 delay 时间实现更戏剧的更新动画效果:
+支持回调函数,可以通过每个数据返回不同的时长实现更戏剧的更新动画效果:
 
 ```js
 animationDurationUpdate: function (idx) {
-    // 越往后的数据延迟越大
+    // 越往后的数据时长越大
     return idx * 100;
 }
 ```
@@ -56,11 +56,11 @@ animationDelayUpdate: function (idx) {
 
 #${prefix} animationDuration(number) = ${defaultAnimationDuration|default(1000)}
 
-初始动画的时长,支持回调函数,可以通过每个数据返回不同的 delay 时间实现更戏剧的初始动画效果:
+初始动画的时长,支持回调函数,可以通过每个数据返回不同的时长实现更戏剧的初始动画效果:
 
 ```js
 animationDuration: function (idx) {
-    // 越往后的数据延迟越大
+    // 越往后的数据时长越大
     return idx * 100;
 }
 ```
diff --git a/zh/option/partial/marker.md b/zh/option/partial/marker.md
index 2854035..a899864 100644
--- a/zh/option/partial/marker.md
+++ b/zh/option/partial/marker.md
@@ -7,7 +7,7 @@
     hasCoord=${hasCoord},
     hasType=${hasType},
     galleryEditorPath=${galleryEditorPath}
-)}}prefix
+)}}
 {{use: partial-mark-line(
     prefix=${prefix},
     seriesType=${seriesType},


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