plainheart commented on a change in pull request #234:
URL: https://github.com/apache/echarts-doc/pull/234#discussion_r835039412
##########
File path: en/option/partial/area-style.md
##########
@@ -18,17 +18,18 @@ Input parameters are `seriesIndex`, `dataIndex`, `data`,
`value`, and etc. of da
{{ /if }}
{{ if: ${hasOrigin} }}
-#${prefix|default('##')} origin(string) = 'auto'
+#${prefix|default('##')} origin(string|number) = 'auto'
Origin position of area.
-By default, the area between axis line and data will be the area to be filled.
This config enables you to fill data to the max or min of the axis data.
+By default, the area between axis line and data will be the area to be filled.
This config enables you to fill the area from data to the max or min of the
axis data or a specified value.
Valid values include: `'auto'` (default), `'start'`, `'end'`.
Review comment:
The number type value is missing here.
##########
File path: zh/option/partial/area-style.md
##########
@@ -18,17 +18,18 @@
{{ /if }}
{{ if: ${hasOrigin} }}
-#${prefix|default('##')} origin(string) = 'auto'
+#${prefix|default('##')} origin(string|number) = 'auto'
图形区域的起始位置。
-默认情况下,图形会从坐标轴轴线到数据间进行填充。如果需要填充的区域是坐标轴最大值到数据间,或者坐标轴最小值到数据间,则可以通过这个配置项进行设置。
+默认情况下,图形会从坐标轴轴线到数据间进行填充。如果需要填充的区域是坐标轴最大值到数据间,或者坐标轴最小值到数据间,或者某个数值到数据间则可以通过这个配置项进行设置。
-可选值包括 `'auto'`(默认值)、 `'start'`、 `'end'`。
+可选值包括 `'auto'`(默认值)、 `'start'`、 `'end'`或者是`number`。
Review comment:
It's better if we add 1 space before `或` and after `是`.
And how is it if we use `或者是一个数值`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]