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 670e4a22 feat(axis): add `startValue` option (apache/echarts#17078)
670e4a22 is described below

commit 670e4a220528eb2ce015b8591ed589c83bfdd868
Author: plainheart <[email protected]>
AuthorDate: Fri Jun 21 11:54:32 2024 +0800

    feat(axis): add `startValue` option (apache/echarts#17078)
---
 en/option/component/axis-common.md | 11 +++++++++++
 zh/option/component/axis-common.md | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/en/option/component/axis-common.md 
b/en/option/component/axis-common.md
index 60665b6f..e169cd1a 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -706,6 +706,17 @@ This is unavailable for category axis. Timestamp should be 
passed for [type](~${
 
 Base of logarithm, which is valid only for numeric axes with 
[type](~${componentType}.type): 'log'.
 
+#${prefix} startValue(number)
+
+<ExampleUIControlNumber />
+
+Specify the start value of the axis. Only works for the [bar](~series-bar) 
series with [value axis](~${componentType}.type) or [log 
axis](~${componentType}.type).
+
+{{ use: partial-version(
+    version = '5.5.1'
+) }}
+
+
 {{ use: partial-axis-common-axis-line(
     prefix = ${prefix},
     componentType = ${componentType}
diff --git a/zh/option/component/axis-common.md 
b/zh/option/component/axis-common.md
index bc76b640..7c7e4dd8 100644
--- a/zh/option/component/axis-common.md
+++ b/zh/option/component/axis-common.md
@@ -703,6 +703,17 @@ max: function (value) {
 
 对数轴的底数,只在对数轴中([type](~${componentType}.type): 'log')有效。
 
+#${prefix} startValue(number)
+
+<ExampleUIControlNumber />
+
+用于指定轴的起始值。只对[数值轴](~${componentType}.type)和[对数轴](~${componentType}.type)上的 
[bar](~series-bar) 系列有效。
+
+{{ use: partial-version(
+    version = '5.5.1'
+) }}
+
+
 {{ use: partial-axis-common-axis-line(
     prefix = ${prefix},
     componentType = ${componentType}


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

Reply via email to