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

wangzx pushed a commit to branch feat-pie-coordinateSystem
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 1913b728bb46714d41cbd3032bc1c5308cf29e6d
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Fri Sep 16 09:49:21 2022 +0800

    fix: add missing item for `calendar` coordinate system.
---
 en/option/partial/coord-sys.md | 6 ++++++
 zh/option/partial/coord-sys.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/en/option/partial/coord-sys.md b/en/option/partial/coord-sys.md
index 2ebcf4ca..f8d5da3f 100644
--- a/en/option/partial/coord-sys.md
+++ b/en/option/partial/coord-sys.md
@@ -41,6 +41,12 @@ The coordinate used in the series, whose options are:
     Use parallel coordinates, with 
[parallelIndex](~series-${seriesType}.parallelIndex) to assign the 
corresponding parallel coordinate components.
 {{ /if }}
 
+{{ if: ${calendar} }}
++ `'calendar'`
+
+    Use calendar coordinates, with 
[calendarIndex](~series-${seriesType}.calendarIndex) to assign the 
corresponding calendar coordinate components.
+{{ /if }}
+
 {{ if: ${none} }}
 + `'none'`
 
diff --git a/zh/option/partial/coord-sys.md b/zh/option/partial/coord-sys.md
index fab95b59..9111c248 100644
--- a/zh/option/partial/coord-sys.md
+++ b/zh/option/partial/coord-sys.md
@@ -41,6 +41,12 @@
     使用平行坐标系,通过 [parallelIndex](~series-${seriesType}.parallelIndex) 
指定相应的平行坐标系组件。
 {{ /if }}
 
+{{ if: ${calendar} }}
++ `'calendar'`
+
+    使用日历坐标系,通过 [calendarIndex](~series-${seriesType}.calendarIndex) 
指定相应的日历坐标系组件。
+{{ /if }}
+
 {{ if: ${none} }}
 + `'none'`
 


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

Reply via email to