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 2021/09/26 04:15:17 UTC

[echarts-doc] branch master updated: fix(gauge): some distances should be able to be set to negative numbers

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


The following commit(s) were added to refs/heads/master by this push:
     new 94756b5  fix(gauge): some distances should be able to be set to negative numbers
     new 2e3c940  Merge pull request #195 from Map1en/fix-gauge-some-distance-able-be-negative-num
94756b5 is described below

commit 94756b5ff93e7e2c9b312d43356ee0c9f0ba76d7
Author: Map1en_ <ma...@gmail.com>
AuthorDate: Sat Sep 25 08:02:55 2021 +0800

    fix(gauge): some distances should be able to be set to negative numbers
---
 en/option/series/gauge.md | 6 +++---
 zh/option/series/gauge.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/en/option/series/gauge.md b/en/option/series/gauge.md
index 452a6cf..de3dc5a 100644
--- a/en/option/series/gauge.md
+++ b/en/option/series/gauge.md
@@ -198,7 +198,7 @@ The length of split line, can be a pecentage value relative to radius.
     version = "5.0"
 ) }}
 
-<ExampleUIControlNumber default="10" min="0" step="0.5" />
+<ExampleUIControlNumber default="10"  step="0.5" />
 
 The distance between the split line and axis line.
 
@@ -239,7 +239,7 @@ The length of tick line, can be a pecentage value relative to radius.
     version = "5.0"
 ) }}
 
-<ExampleUIControlNumber default="10" min="0" step="0.5" />
+<ExampleUIControlNumber default="10" step="0.5" />
 
 The distance between the tick line and axis line.
 
@@ -264,7 +264,7 @@ Whether to show the label.
 
 ### distance(number) = 15
 
-<ExampleUIControlNumber default="15" min="0" step="0.5" />
+<ExampleUIControlNumber default="15" step="0.5" />
 
 The distance between the label and tick line.
 
diff --git a/zh/option/series/gauge.md b/zh/option/series/gauge.md
index ec3f55e..348e27a 100644
--- a/zh/option/series/gauge.md
+++ b/zh/option/series/gauge.md
@@ -209,7 +209,7 @@ const option = {
     version = "5.0"
 ) }}
 
-<ExampleUIControlNumber default="10" min="0" step="0.5" />
+<ExampleUIControlNumber default="10"  step="0.5" />
 
 分隔线与轴线的距离。
 
@@ -250,7 +250,7 @@ const option = {
     version = "5.0"
 ) }}
 
-<ExampleUIControlNumber default="10" min="0" step="0.5" />
+<ExampleUIControlNumber default="10" step="0.5" />
 
 刻度线与轴线的距离。
 
@@ -275,7 +275,7 @@ const option = {
 
 ### distance(number) = 15
 
-<ExampleUIControlNumber default="15" min="0" step="0.5" />
+<ExampleUIControlNumber default="15" step="0.5" />
 
 标签与刻度线的距离。
 

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