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/09/09 08:26:44 UTC

[incubator-echarts-doc] branch next updated: fix some content

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 2b85ce8  fix some content
2b85ce8 is described below

commit 2b85ce89d82272a6ed6670b5fe5e735b1cebfcaa
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Sep 9 16:26:29 2020 +0800

    fix some content
---
 en/option/series/radar.md    | 1 -
 en/option/series/sunburst.md | 3 ++-
 zh/option/series/sunburst.md | 2 +-
 zh/option/series/treemap.md  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/option/series/radar.md b/en/option/series/radar.md
index 4c64d1f..cb9ebc9 100644
--- a/en/option/series/radar.md
+++ b/en/option/series/radar.md
@@ -95,7 +95,6 @@ Configurations of blur state. Available when [emphasis.focus](~series-radar.emph
 
 Configurations of select state. Available when [selectedMode](~series-radar.selectedMode) is set.
 
-
 {{ use: radar-state(
     prefix = "##"
 ) }}
diff --git a/en/option/series/sunburst.md b/en/option/series/sunburst.md
index ee35947..141311e 100644
--- a/en/option/series/sunburst.md
+++ b/en/option/series/sunburst.md
@@ -16,8 +16,9 @@ The following example shows different `rotate` settings:
 
 ~[700x400](${galleryViewPath}sunburst-label-rotate&edit=1&reset=1)
 
-{{ else }}
 Same to [label.rotate](~sunburst.label.rotate)
+{{ else }}
+同 [label.rotate](~sunburst.label.rotate)
 {{ /if }}
 
 #${prefix} align(string) = 'center'
diff --git a/zh/option/series/sunburst.md b/zh/option/series/sunburst.md
index eadcd8e..2af9b0d 100644
--- a/zh/option/series/sunburst.md
+++ b/zh/option/series/sunburst.md
@@ -5,9 +5,9 @@
 
 <ExampleUIControlEnum options="radial,tangential" default="radial" />
 
+{{ if: ${prefix} === '##' }}
 如果是 `number` 类型,则表示标签的旋转角,从 -90 度到 90 度,正值是逆时针。
 
-{{ if: ${prefix} === '##' }}
 除此之外,还可以是字符串 `'radial'` 表示径向旋转、`'tangential'` 表示切向旋转。
 
 默认径向旋转,如果不需要文字旋转,可以将其设为 `0`。
diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md
index 155e103..e1b2bd5 100644
--- a/zh/option/series/treemap.md
+++ b/zh/option/series/treemap.md
@@ -713,7 +713,7 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
     formatter = true
 ) }}
 
-###${prefix} height(number) = 20
+##${prefix} height(number) = 20
 
 <ExampleUIControlNumber default="20" min="0" step="0.5" />
 


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