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/01/08 07:58:40 UTC

[incubator-echarts-doc] branch master updated: fix hierarchy in en geo doc. Add more detailed color desc for areaColor

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 8ffe60b  fix hierarchy in en geo doc. Add more detailed color desc for areaColor
8ffe60b is described below

commit 8ffe60b43830010663554cede73e3901970e174b
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Jan 8 15:58:28 2020 +0800

    fix hierarchy in en geo doc. Add more detailed color desc for areaColor
---
 en/option/component/geo-common.md | 21 ++++++++++++++-------
 en/option/component/geo.md        |  5 +++++
 en/option/series/map.md           |  6 ++++++
 zh/option/component/geo-common.md |  3 +++
 zh/option/component/geo.md        |  5 +++++
 zh/option/series/map.md           |  6 ++++++
 6 files changed, 39 insertions(+), 7 deletions(-)

diff --git a/en/option/component/geo-common.md b/en/option/component/geo-common.md
index 49dc97d..d6574ab 100644
--- a/en/option/component/geo-common.md
+++ b/en/option/component/geo-common.md
@@ -102,11 +102,6 @@ Selected mode decides whether multiple selecting is supported. By default, `fals
     prefix="#" + ${prefix},
     formatter=true
 )}}
-##${prefix} emphasis(Object)
-{{use: partial-label(
-    prefix="##" + ${prefix},
-    formatter=true
-)}}
 
 
 
@@ -118,17 +113,29 @@ Selected mode decides whether multiple selecting is supported. By default, `fals
 ##${prefix} areaColor(Color) = '#eee'
 Area filling color.
 
-{{ use: partial-item-style(prefix=${prefix} + '##') }}
+{{ use: partial-color-desc }}
+
+{{ use: partial-item-style(prefix=${prefix} + '#') }}
 
-##${prefix} emphasis(Object)
+#${prefix} emphasis(Object)
 
 Map area style in highlighted state.
 
+##${prefix} itemStyle(Object)
+
 ###${prefix} areaColor(Color) = '#eee'
 Area filling color.
 
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix=${prefix} + '##') }}
 
+##${prefix} label(Object)
+{{use: partial-label(
+    prefix="##" + ${prefix},
+    formatter=true
+)}}
+
 {{ use: partial-rect-layout(prefix=${prefix}) }}
 
 
diff --git a/en/option/component/geo.md b/en/option/component/geo.md
index a8ab865..cbe8ead 100644
--- a/en/option/component/geo.md
+++ b/en/option/component/geo.md
@@ -62,10 +62,15 @@ Whether this area is selected.
 Item style of this area.
 #### areaColor(Color)
 Area color in the map.
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='###') }}
+
 #### emphasis(Object)
 ##### areaColor(Color)
 Area color in the map.
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='####') }}
 
 
diff --git a/en/option/series/map.md b/en/option/series/map.md
index da7cc96..1955db2 100644
--- a/en/option/series/map.md
+++ b/en/option/series/map.md
@@ -69,6 +69,8 @@ Whether the are selected.
 Style of item polygon
 #### areaColor(Color)
 Color of the area.
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='####') }}
 
 
@@ -85,6 +87,10 @@ Color of the area.
 ### emphasis(Object)
 #### itemStyle(Object)
 ##### areaColor(Color)
+Area color in the map.
+
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='####') }}
 #### label(Object)
 {{use: partial-label(
diff --git a/zh/option/component/geo-common.md b/zh/option/component/geo-common.md
index 599af4a..15298eb 100644
--- a/zh/option/component/geo-common.md
+++ b/zh/option/component/geo-common.md
@@ -110,6 +110,7 @@ boundingCoords: [
 
 ##${prefix} areaColor(Color) = '#eee'
 地图区域的颜色。
+{{ use: partial-color-desc }}
 
 {{ use: partial-item-style(prefix=${prefix} + '#') }}
 
@@ -126,6 +127,8 @@ boundingCoords: [
 ##${prefix} itemStyle(Object)
 ###${prefix} areaColor(Color) = '#eee'
 地图区域的颜色。
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix=${prefix} + '##') }}
 
 
diff --git a/zh/option/component/geo.md b/zh/option/component/geo.md
index 04453a6..a554ab5 100644
--- a/zh/option/component/geo.md
+++ b/zh/option/component/geo.md
@@ -60,6 +60,9 @@ geo 区域的颜色也可以被 map series 所控制,参见 [series-map.geoInd
 该区域的多边形样式设置
 #### areaColor(Color)
 地图区域的颜色。
+
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='###') }}
 
 ### label(Object)
@@ -76,6 +79,8 @@ geo 区域的颜色也可以被 map series 所控制,参见 [series-map.geoInd
 #### itemStyle(Object)
 ##### areaColor(Color)
 地图区域的颜色。
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='####') }}
 #### label(Object)
 {{use: partial-label(
diff --git a/zh/option/series/map.md b/zh/option/series/map.md
index a65f059..a520d87 100644
--- a/zh/option/series/map.md
+++ b/zh/option/series/map.md
@@ -64,6 +64,9 @@
 该数据所在区域的多边形样式设置
 #### areaColor(Color)
 地图区域的颜色。
+
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='###') }}
 
 ### label(Object)
@@ -81,6 +84,9 @@
 #### itemStyle(Object)
 ##### areaColor(Color)
 地图区域的颜色。
+
+{{ use: partial-color-desc }}
+
 {{ use: partial-item-style(prefix='####') }}
 #### label(Object)
 {{use: partial-label(


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