You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/06/20 08:54:48 UTC

[incubator-echarts-doc] branch master updated: fix(gauge): added missing colon in option of Gauge Series, which leads the losing of `legendHoverLink`.

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/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 389d8bd  fix(gauge): added missing colon in option of Gauge Series, which leads the losing of `legendHoverLink`.
     new 4eade7f  Merge pull request #113 from plainheart/fix-gauge
389d8bd is described below

commit 389d8bd134dbc97ace4c6b3994b734c438615fb1
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sat Jun 20 16:34:05 2020 +0800

    fix(gauge): added missing colon in option of Gauge Series, which leads the losing of `legendHoverLink`.
---
 en/option/series/gauge.md | 2 +-
 zh/option/series/gauge.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/series/gauge.md b/en/option/series/gauge.md
index 566f756..8dcdf0f 100644
--- a/en/option/series/gauge.md
+++ b/en/option/series/gauge.md
@@ -19,7 +19,7 @@
 ## radius(number|string) = '75%'
 The radius of gauge chart. It can be a percentage value of the smaller of container half width and half height, also can be an absolute value.
 
-{{ use partial-legend-hover-link }}
+{{ use: partial-legend-hover-link }}
 
 ## startAngle(number) = 225
 The start angle of gauge chart. The direct right side of [circle center](~series-gauge.center) is `0` degree, the right above it is `90` degree, the direct left side of it is `180` degree.
diff --git a/zh/option/series/gauge.md b/zh/option/series/gauge.md
index 009a916..1ed9b50 100644
--- a/zh/option/series/gauge.md
+++ b/zh/option/series/gauge.md
@@ -19,7 +19,7 @@
 ## radius(number|string) = '75%'
 仪表盘半径,可以是相对于容器高宽中较小的一项的一半的百分比,也可以是绝对的数值。
 
-{{ use partial-legend-hover-link }}
+{{ use: partial-legend-hover-link }}
 
 ## startAngle(number) = 225
 仪表盘起始角度。[圆心](~series-gauge.center) 正右手侧为`0`度,正上方为`90`度,正左手侧为`180`度。


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