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


The following commit(s) were added to refs/heads/dev by this push:
     new f47d90aa tweak doc for #411 & add version tip
f47d90aa is described below

commit f47d90aa2724f3b46ac3867beaf396ce7cf75152
Author: plainheart <[email protected]>
AuthorDate: Tue Jul 23 18:28:53 2024 +0800

    tweak doc for #411 & add version tip
---
 en/option/component/axis-common.md | 16 ++++++++++++----
 zh/option/component/axis-common.md | 16 ++++++++++++----
 2 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/en/option/component/axis-common.md 
b/en/option/component/axis-common.md
index cea35d3f..6c78f5e8 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -415,17 +415,25 @@ Split line of axis in [grid](~grid) area.
 Set this to `false` to prevent the splitLine from showing.
 `value` type axes are shown by default, while `category` type axes are hidden.
 
-##${prefix} showMinLine(boolean) = null
+##${prefix} showMinLine(boolean) = true
 
 <ExampleUIControlBoolean />
 
-Whether to show the line of the min tick. Optional values: `true`, `false`. 
Default is true.
+{{ use: partial-version(
+    version = "5.5.2"
+) }}
 
-##${prefix} showMaxLabel(boolean) = null
+Whether to show the splitLine of the min tick. Defaults to `true`.
+
+##${prefix} showMaxLabel(boolean) = true
 
 <ExampleUIControlBoolean />
 
-Whether to show the line of the max tick. Optional values: `true`, `false`. 
Default is true.
+{{ use: partial-version(
+    version = "5.5.2"
+) }}
+
+Whether to show the splitLine of the max tick. Defaults to `true`.
 
 {{ if: ${hasLabelInterval|default(true)} }}
 ##${prefix} interval(number|Function) = 'auto'
diff --git a/zh/option/component/axis-common.md 
b/zh/option/component/axis-common.md
index 9c976bbf..87d52c61 100644
--- a/zh/option/component/axis-common.md
+++ b/zh/option/component/axis-common.md
@@ -412,17 +412,25 @@ axisTick: {
 
 是否显示分隔线。默认数值轴显示,类目轴不显示。
 
-##${prefix} showMinLine(boolean)
+##${prefix} showMinLine(boolean) = true
 
 <ExampleUIControlBoolean />
 
-是否显示最小 tick 的 分隔线。可取值 `true`, `false`。默认为 true。
+{{ use: partial-version(
+    version = "5.5.2"
+) }}
+
+是否显示最小 tick 的分隔线。默认为 `true`。
 
-##${prefix} showMaxLine(boolean)
+##${prefix} showMaxLine(boolean) = true
 
 <ExampleUIControlBoolean />
 
-是否显示最大 tick 的 分隔线。可取值 `true`, `false`。默认为 true。
+{{ use: partial-version(
+    version = "5.5.2"
+) }}
+
+是否显示最大 tick 的分隔线。默认为 `true`。
 
 {{ if: ${hasLabelInterval|default(true)} }}
 ##${prefix} interval(number|Function) = 'auto'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to