This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/dev by this push:
     new bb4b20c8 doc(axisPointer): document `triggerEmphasis` option
     new de82a243 Merge pull request #343 from juliepagano/docs-fix-18495
bb4b20c8 is described below

commit bb4b20c870c898ca991424104699ba6dcc8cd345
Author: Julie Pagano <julie.pag...@chronosphere.io>
AuthorDate: Tue Apr 18 10:23:39 2023 -0700

    doc(axisPointer): document `triggerEmphasis` option
---
 en/option/partial/axisPointer-common.md | 6 ++++++
 zh/option/partial/axisPointer-common.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/en/option/partial/axisPointer-common.md 
b/en/option/partial/axisPointer-common.md
index 9e1c3070..a987ccc9 100644
--- a/en/option/partial/axisPointer-common.md
+++ b/en/option/partial/axisPointer-common.md
@@ -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" />
diff --git a/zh/option/partial/axisPointer-common.md 
b/zh/option/partial/axisPointer-common.md
index 8092e91a..3ebaec44 100644
--- a/zh/option/partial/axisPointer-common.md
+++ b/zh/option/partial/axisPointer-common.md
@@ -95,6 +95,12 @@ axisPointer 的 label 默认不显示(也就是默认只显示指示线),
     prefix = ${prefix}
 ) }}
 
+#${prefix} triggerEmphasis(boolean) = true
+
+<ExampleUIControlBoolean default="true" />
+
+是否触发系列强调功能。
+
 #${prefix} triggerTooltip(boolean) = true
 
 <ExampleUIControlBoolean default="true" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to