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 2021/02/18 11:01:03 UTC

[echarts-doc] branch master updated: fix(line): add missing version for `series-line.endLabel`, resolves apache/echarts#14284.

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 12c6e09  fix(line): add missing version for `series-line.endLabel`, resolves apache/echarts#14284.
12c6e09 is described below

commit 12c6e0925d4fc9de21e48d82b785b1e19df869de
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu Feb 18 18:59:12 2021 +0800

    fix(line): add missing version for `series-line.endLabel`, resolves apache/echarts#14284.
---
 en/option/series/line.md | 4 ++++
 zh/option/series/line.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/en/option/series/line.md b/en/option/series/line.md
index daa76e8..fd5f697 100644
--- a/en/option/series/line.md
+++ b/en/option/series/line.md
@@ -96,6 +96,10 @@ See the example using different `step` options:
 
 ## endLabel(Object)
 
+{{ use: partial-version(
+    version = "5.0.0"
+) }}
+
 Label on the end of line.
 
 {{ use: partial-label(
diff --git a/zh/option/series/line.md b/zh/option/series/line.md
index 48d418b..9cee6e9 100644
--- a/zh/option/series/line.md
+++ b/zh/option/series/line.md
@@ -125,6 +125,10 @@ const option = {
 
 ## endLabel(Object)
 
+{{ use: partial-version(
+    version = "5.0.0"
+) }}
+
 折线端点的标签。
 
 {{ use: partial-label(


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