Ovilia commented on code in PR #438:
URL: https://github.com/apache/echarts-doc/pull/438#discussion_r2176722848


##########
en/option/partial/mark-area.md:
##########
@@ -228,6 +228,10 @@ x value on screen coordinate system, can be pixel number 
(like `5`), or percent
 
 y value on screen coordinate system, can be pixel number (like `5`), or 
percent value (like `'20%'`).
 
+#${prefix} z2(number)
+
+Define the overlap relationship between graphic elements(Since `6.0.0`)。

Review Comment:
   *Since* should use the following format:
   
   ```
   #${prefix} z2(number)
   
   > Since `6.0.0`
   
   Define the overlap relationship between graphic elements.
   ```
    Please also not about using `.` instead of `。`.



##########
zh/option/partial/mark-area.md:
##########
@@ -223,6 +223,10 @@ data: [
 
 相对容器的屏幕 y 坐标,单位像素,支持百分比形式,例如 `'20%'`。
 
+#${prefix} z2(number)
+
+用于决定图形元素的覆盖关系(从 `6.0.0` 开始支持)。

Review Comment:
   There seems to be a description of `z` under `pictorialBar.md` that can be 
used here: `指定图形元素间的覆盖关系。数值越大,越在层叠的上方。`.



##########
en/option/partial/mark-area.md:
##########
@@ -228,6 +228,10 @@ x value on screen coordinate system, can be pixel number 
(like `5`), or percent
 
 y value on screen coordinate system, can be pixel number (like `5`), or 
percent value (like `'20%'`).
 
+#${prefix} z2(number)
+
+Define the overlap relationship between graphic elements(Since `6.0.0`)。

Review Comment:
   There seems to be a description of `z` under `pictorialBar.md` that can be 
used here: `Specify the relationship of overlap between graphic elements. A 
bigger value means higher.`.



-- 
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]

Reply via email to