This is an automated email from the ASF dual-hosted git repository.
susiwen8 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 df844af markPoint.data.type min:最大值 ->min:最小值
new a4b9fb1 Merge pull request #155 from nextchentong/big-fixed
df844af is described below
commit df844af937feb0a4b1ff3674e4009e8c9ea4e7f1
Author: “chentong” <“[email protected]”>
AuthorDate: Thu Jan 21 10:31:02 2021 +0800
markPoint.data.type min:最大值 ->min:最小值
---
zh/option/partial/mark-area.md | 2 +-
zh/option/partial/mark-point.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zh/option/partial/mark-area.md b/zh/option/partial/mark-area.md
index ec91609..16fd82a 100644
--- a/zh/option/partial/mark-area.md
+++ b/zh/option/partial/mark-area.md
@@ -175,7 +175,7 @@ data: [
特殊的标注类型,用于标注最大值最小值等。
**可选:**
-+ `'min'` 最大值。
++ `'min'` 最小值。
+ `'max'` 最大值。
+ `'average'` 平均值。
{{ /if }}
diff --git a/zh/option/partial/mark-point.md b/zh/option/partial/mark-point.md
index 215494a..ceaafa9 100644
--- a/zh/option/partial/mark-point.md
+++ b/zh/option/partial/mark-point.md
@@ -124,7 +124,7 @@ data: [{{ if: ${hasType} }}
特殊的标注类型,用于标注最大值最小值等。
**可选:**
-+ `'min'` 最大值。
++ `'min'` 最小值。
+ `'max'` 最大值。
+ `'average'` 平均值。
{{ /if }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]