Skip to content

Commit

Permalink
Merge pull request #343 from juliepagano/docs-fix-18495
Browse files Browse the repository at this point in the history
doc(axisPointer): document `triggerEmphasis` option
  • Loading branch information
Ovilia committed Apr 19, 2023
2 parents 3224219 + bb4b20c commit de82a24
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
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
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 de82a24

Please sign in to comment.