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

[incubator-echarts-doc] branch master updated: fix: added missing option `axisLabel.distance` for Gauge series.

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

shenyi 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 d06ecb2  fix: added missing option `axisLabel.distance` for Gauge series.
     new 8996936  Merge pull request #105 from plainheart/add-missing-distance-option-for-gauge
d06ecb2 is described below

commit d06ecb2bc7413dff70d3161b14d16343cde52339
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Wed Jun 10 13:13:25 2020 +0800

    fix: added missing option `axisLabel.distance` for Gauge series.
---
 en/option/series/gauge.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/en/option/series/gauge.md b/en/option/series/gauge.md
index 566f756..c77d13b 100644
--- a/en/option/series/gauge.md
+++ b/en/option/series/gauge.md
@@ -97,6 +97,8 @@ The length of tick line, can be a pecentage value relative to radius.
 Axis tick label.
 ### show(boolean) = true
 Whether to show the label.
+### distance(number) = 5
+The distance between the label and tick line.
 ### formatter(string|Function)
 The content formatter of scale label, which supports both string template and callback function.
 Example:


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