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/06/14 01:29:16 UTC

[echarts-doc] 01/02: fix(axis): add version tip for `alignTicks`.

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

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

commit 8a8af26ae15d0478bb2227881c04dd601c63ac6e
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Jun 14 09:22:23 2022 +0800

    fix(axis): add version tip for `alignTicks`.
---
 en/option/component/x-axis.md | 4 ++++
 en/option/component/y-axis.md | 4 ++++
 zh/option/component/x-axis.md | 4 ++++
 zh/option/component/y-axis.md | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/en/option/component/x-axis.md b/en/option/component/x-axis.md
index f19b4bef..3df7d353 100644
--- a/en/option/component/x-axis.md
+++ b/en/option/component/x-axis.md
@@ -21,6 +21,10 @@ The index of grid which the x axis belongs to. Defaults to be in the first grid.
 
 ## alignTicks(boolean) = false
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 `alignTicks` turned on to automatically align ticks when multiple numeric x axes. Only available for axes of type `'value'` and `'log'`.
 
 ## position(string)
diff --git a/en/option/component/y-axis.md b/en/option/component/y-axis.md
index f61ce196..90677421 100644
--- a/en/option/component/y-axis.md
+++ b/en/option/component/y-axis.md
@@ -21,6 +21,10 @@ The index of grid which the y axis belongs to. Defaults to be in the first grid.
 
 ## alignTicks(boolean) = false
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 `alignTicks` turned on to automatically align ticks when multiple numeric y axes. Only available for axes of type `'value'` and `'log'`.
 
 ## position(string)
diff --git a/zh/option/component/x-axis.md b/zh/option/component/x-axis.md
index 55d2936a..3704a4f0 100644
--- a/zh/option/component/x-axis.md
+++ b/zh/option/component/x-axis.md
@@ -58,6 +58,10 @@ x 轴所在的 grid 的索引,默认位于第一个 grid。
 
 ## alignTicks(boolean) = false
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 在多个 x 轴为数值轴的时候,可以开启该配置项自动对齐刻度。只对`'value'`和`'log'`类型的轴有效。
 
 ## position(string)
diff --git a/zh/option/component/y-axis.md b/zh/option/component/y-axis.md
index d7ea333b..3530f2b6 100644
--- a/zh/option/component/y-axis.md
+++ b/zh/option/component/y-axis.md
@@ -102,6 +102,10 @@ y 轴所在的 grid 的索引,默认位于第一个 grid。
 
 ## alignTicks(boolean) = false
 
+{{ use: partial-version(
+    version = "5.3.0"
+) }}
+
 在多个 y 轴为数值轴的时候,可以开启该配置项自动对齐刻度。只对`'value'`和`'log'`类型的轴有效。
 
 ## position(string)


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