Skip to content

Commit

Permalink
doc(axisPointer): document triggerEmphasis option
Browse files Browse the repository at this point in the history
  • Loading branch information
juliepagano committed Apr 18, 2023
1 parent d7ca2ce commit bb4b20c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/option/partial/axisPointer-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ Options:
prefix = ${prefix}
) }}

#${prefix} triggerEmphasis(boolean) = true

<ExampleUIControlBoolean default="true" />

Whether to trigger emphasis of series.

#${prefix} triggerTooltip(boolean) = true

<ExampleUIControlBoolean default="true" />
Expand Down
6 changes: 6 additions & 0 deletions zh/option/partial/axisPointer-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ axisPointer 的 label 默认不显示(也就是默认只显示指示线),
prefix = ${prefix}
) }}

#${prefix} triggerEmphasis(boolean) = true

<ExampleUIControlBoolean default="true" />

是否触发系列强调功能。

#${prefix} triggerTooltip(boolean) = true

<ExampleUIControlBoolean default="true" />
Expand Down

0 comments on commit bb4b20c

Please sign in to comment.