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/09/25 14:22:04 UTC

[echarts-doc] branch master updated: fix(lines): add missing version tip for `roundTrip`

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-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e9e74c7 fix(lines): add missing version tip for `roundTrip`
4e9e74c7 is described below

commit 4e9e74c7252fec936122b11de805f2cf4d6ddf41
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Sep 25 22:21:19 2022 +0800

    fix(lines): add missing version tip for `roundTrip`
---
 en/option/series/lines.md | 4 ++++
 zh/option/series/lines.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/en/option/series/lines.md b/en/option/series/lines.md
index 2c3ceb3d..d07c4e83 100644
--- a/en/option/series/lines.md
+++ b/en/option/series/lines.md
@@ -86,6 +86,10 @@ Whether to loop the special effect animation.
 
 ### roundTrip(boolean) = false
 
+{{ use: partial-version(
+    version = "5.4.0"
+) }}
+
 Whether to go back when the animation reach the end.
 
 ## large(boolean) = true
diff --git a/zh/option/series/lines.md b/zh/option/series/lines.md
index 4af5c8a2..ab2187e4 100644
--- a/zh/option/series/lines.md
+++ b/zh/option/series/lines.md
@@ -85,6 +85,10 @@ ECharts 2.x 里会用地图上的 `markLine` 去绘制迁徙效果,在 ECharts
 
 ### roundTrip(boolean) = false
 
+{{ use: partial-version(
+    version = "5.4.0"
+) }}
+
 当动画到达终点时,是否原路返回。
 
 ## large(boolean) = false


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