Skip to content

add doc for apache/echarts#18144 #442

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
8 changes: 8 additions & 0 deletions en/option/component/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,14 @@ The gap between the selector button.
The gap between selector button and legend component.


## triggerEvent(boolean) = false

{{ use: partial-version(
version = "6.0.0"
) }}

Set this to `true` to enable triggering events


{{ target: partial-legend-style }}

Expand Down
6 changes: 6 additions & 0 deletions zh/option/component/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,13 @@ selector: ['all', 'inverse']

选择器按钮与图例组件之间的间隔。

## triggerEvent(boolean) = false

{{ use: partial-version(
version = "6.0.0"
) }}

是否触发事件。

{{ target: partial-legend-style }}

Expand Down