This is an automated email from the ASF dual-hosted git repository.
wangzx 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 90aed52 tweak areaStyle document
90aed52 is described below
commit 90aed520f3307a562fcd2b97fcceda9e8e98a88f
Author: plainheart <[email protected]>
AuthorDate: Sat Mar 26 14:28:09 2022 +0800
tweak areaStyle document
---
en/option/partial/area-style.md | 4 ++--
zh/option/partial/area-style.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/option/partial/area-style.md b/en/option/partial/area-style.md
index 393278c..db4d98a 100644
--- a/en/option/partial/area-style.md
+++ b/en/option/partial/area-style.md
@@ -29,8 +29,8 @@ By default, the area between axis line and data will be
filled. This config enab
Valid values:
- `'auto'` to fill between axis line and data (**Default**)
-- `'start'` to fill between min axis value (when not
[`inverse`](~xAxis.inverse)) and data
-- `'end'` to fill between max axis value (when not
[`inverse`](~xAxis.inverse)) and data
+- `'start'` to fill between min axis value (when not
[`inverse`](~yAxis.inverse)) and data
+- `'end'` to fill between max axis value (when not
[`inverse`](~yAxis.inverse)) and data
- `number` to fill between specified value and data (Since `v5.3.2`)
{{ /if }}
diff --git a/zh/option/partial/area-style.md b/zh/option/partial/area-style.md
index eb0be35..c48b0cc 100644
--- a/zh/option/partial/area-style.md
+++ b/zh/option/partial/area-style.md
@@ -29,8 +29,8 @@
可选值包括:
- `'auto'` 填充坐标轴轴线到数据间的区域(**默认值**)
-- `'start'` 填充坐标轴底部(非 [`inverse`](~xAxis.inverse) 情况是最小值)到数据间的区域
-- `'end'` 填充坐标轴顶部(非 [`inverse`](~xAxis.inverse) 情况是最大值)到数据间的区域
+- `'start'` 填充坐标轴底部(非 [`inverse`](~yAxis.inverse) 情况是最小值)到数据间的区域
+- `'end'` 填充坐标轴顶部(非 [`inverse`](~yAxis.inverse) 情况是最大值)到数据间的区域
- `number` 填充指定数值到数据间的区域(从 `v5.3.2` 开始支持)
{{ /if }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]