Skip to content

add doc for apache/echarts#20782 #438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en/option/partial/mark-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)。

#${prefix} value(number)

value of the item, not necessary.
Expand Down
4 changes: 4 additions & 0 deletions en/option/partial/mark-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ X position according to container, in pixel.

Y position according to container, in pixel.

#${prefix} z2(number)

Define the overlap relationship between graphic elements(Since `6.0.0`)。

#${prefix} xAxis(number|string)

Markline at x at given value, which only works for single data item. Example:
Expand Down
4 changes: 4 additions & 0 deletions en/option/partial/mark-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ X position according to container, in pixel.

Y position according to container, in pixel.

###${prefix} z2(number)

Define the overlap relationship between graphic elements(Since `6.0.0`)。

###${prefix} value(number)

Label value, which can be ignored.
Expand Down
4 changes: 4 additions & 0 deletions zh/option/partial/mark-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ data: [

相对容器的屏幕 y 坐标,单位像素,支持百分比形式,例如 `'20%'`。

#${prefix} z2(number)

用于决定图形元素的覆盖关系(从 `6.0.0` 开始支持)。

#${prefix} value(number)

标域值,可以不设。
Expand Down
4 changes: 4 additions & 0 deletions zh/option/partial/mark-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ data: [

相对容器的屏幕 y 坐标,单位像素。

#${prefix} z2(number)

用于决定图形元素的覆盖关系(从 `6.0.0` 开始支持)。

#${prefix} xAxis(number|string)

x 值为给定值的标记线,仅对数据值是一项的设置有效。例如:
Expand Down
3 changes: 3 additions & 0 deletions zh/option/partial/mark-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ data: [{{ if: ${hasType} }}

相对容器的屏幕 y 坐标,单位像素。

###${prefix} z2(number)
用于决定图形元素的覆盖关系(从 `6.0.0` 开始支持)。

###${prefix} value(number)

标注值,可以不设。
Expand Down