This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/master by this push:
new de006d75 add missing `tooltip` option for lines series
de006d75 is described below
commit de006d754f77a3cb5f12f23104a081792200e62a
Author: plainheart <[email protected]>
AuthorDate: Sat Jan 14 11:58:19 2023 +0800
add missing `tooltip` option for lines series
---
en/option/series/lines.md | 4 ++++
zh/option/series/lines.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/en/option/series/lines.md b/en/option/series/lines.md
index d07c4e83..c5d01162 100644
--- a/en/option/series/lines.md
+++ b/en/option/series/lines.md
@@ -266,6 +266,8 @@ Label of a single line. Available when
[polyline](~series-lines.polyline) is not
state = 'select'
) }}
+{{ use: partial-tooltip-in-series-data() }}
+
{{ use: partial-marker(
prefix = "#",
seriesType = "lines"
@@ -292,6 +294,8 @@ Label of a single line. Available when
[polyline](~series-lines.polyline) is not
prefix = "#"
) }}
+{{ use: partial-tooltip-in-series() }}
+
{{ target: lines-label }}
diff --git a/zh/option/series/lines.md b/zh/option/series/lines.md
index ab2187e4..ea40b8e7 100644
--- a/zh/option/series/lines.md
+++ b/zh/option/series/lines.md
@@ -290,6 +290,8 @@ ECharts 2.x 里会用地图上的 `markLine` 去绘制迁徙效果,在 ECharts
state = 'select'
) }}
+{{ use: partial-tooltip-in-series-data() }}
+
{{ use: partial-marker(
prefix = "#",
seriesType = "lines"
@@ -316,6 +318,8 @@ ECharts 2.x 里会用地图上的 `markLine` 去绘制迁徙效果,在 ECharts
prefix = "#"
) }}
+{{ use: partial-tooltip-in-series() }}
+
{{ target: lines-label }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]