Skip to content
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/series/line.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Whether to connect the line across null points.

Whether `line` and `area` can trigger the event.

## triggerLineOnlyEvent(boolean) = false

Whether only `line` can trigger the event.

## step(string|boolean) = false

<ExampleUIControlEnum options='start,middle,end' />
Expand Down
4 changes: 4 additions & 0 deletions zh/option/series/line.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ const option = {

线条和区域面积是否触发事件

## triggerLineOnlyEvent(boolean) = false

是否只有线路可以触发事件

## step(string|boolean) = false

<ExampleUIControlEnum options='start,middle,end' />
Expand Down