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/11/11 11:30:12 UTC

[incubator-echarts-doc] branch next updated: add control in text width and height

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

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


The following commit(s) were added to refs/heads/next by this push:
     new d376fbd  add control in text width and height
d376fbd is described below

commit d376fbd7c4f6ece690aea52d5e799e66e25bd6f9
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Nov 11 19:29:59 2020 +0800

    add control in text width and height
---
 en/option/partial/text-style.md | 4 ++++
 zh/option/partial/text-style.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/en/option/partial/text-style.md b/en/option/partial/text-style.md
index ece3a70..4134e49 100644
--- a/en/option/partial/text-style.md
+++ b/en/option/partial/text-style.md
@@ -35,10 +35,14 @@
 
 #${prefix} width(number)
 
+<ExampleUIControlNumber default="50" min="1" max="200" step="1" />
+
 Width of text block.
 
 #${prefix} height(number)
 
+<ExampleUIControlNumber default="50" min="1" max="200" step="1" />
+
 Height of text block.
 
 #${prefix} overflow(string) = 'none'
diff --git a/zh/option/partial/text-style.md b/zh/option/partial/text-style.md
index 5a23e96..d9a555e 100644
--- a/zh/option/partial/text-style.md
+++ b/zh/option/partial/text-style.md
@@ -35,10 +35,14 @@
 
 #${prefix} width(number)
 
+<ExampleUIControlNumber default="100" min="1" max="500" step="1" />
+
 文本显示宽度。
 
 #${prefix} height(number)
 
+<ExampleUIControlNumber default="50" min="1" max="500" step="1" />
+
 文本显示高度。
 
 #${prefix} overflow(string) = 'none'


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