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

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


The following commit(s) were added to refs/heads/release by this push:
     new c4fa41f  remove examples about map in doc
c4fa41f is described below

commit c4fa41fbfb992d9d1688bdc620aa17179fd54635
Author: pissang <bm2736...@gmail.com>
AuthorDate: Thu Sep 19 11:05:54 2019 +0800

    remove examples about map in doc
---
 cn/option/component/brush.md                 | 6 +++---
 cn/option/component/geo.md                   | 4 ++--
 cn/option/component/visual-map-continuous.md | 4 ++--
 cn/option/partial/parallel.md                | 5 +++--
 cn/option/series/effectScatter.md            | 4 ++--
 cn/option/series/heatmap.md                  | 7 ++++---
 cn/option/series/lines.md                    | 4 ++--
 cn/option/series/map.md                      | 8 ++++----
 cn/option/series/scatter.md                  | 4 ++--
 cn/tutorial/echarts-feature.md               | 6 +++---
 cn/tutorial/visual-map.md                    | 2 +-
 en/option/component/brush.md                 | 4 ++--
 en/option/component/geo.md                   | 4 ++--
 en/option/component/visual-map-continuous.md | 4 ++--
 en/option/series/effectScatter.md            | 4 ++--
 en/option/series/heatmap.md                  | 4 ++--
 en/option/series/lines.md                    | 4 ++--
 en/option/series/map.md                      | 4 ++--
 en/option/series/scatter.md                  | 4 ++--
 en/tutorial/echarts-feature.md               | 6 +++---
 en/tutorial/visual-map.md                    | 2 +-
 21 files changed, 48 insertions(+), 46 deletions(-)

diff --git a/cn/option/component/brush.md b/cn/option/component/brush.md
index ee6d6a4..5980d64 100644
--- a/cn/option/component/brush.md
+++ b/cn/option/component/brush.md
@@ -6,8 +6,8 @@
 `brush` 是区域选择组件,用户可以选择图中一部分数据,从而便于向用户展示被选中数据,或者他们的一些统计计算结果。
 
 
-示例如下:
-~[800x600](${galleryViewPath}scatter-map-brush&edit=1&reset=1)
+<!-- 示例如下:
+~[800x600](${galleryViewPath}scatter-map-brush&edit=1&reset=1) -->
 
 
 <br>
@@ -355,7 +355,7 @@ throttleType 取值可以是:
 + `'fixRate'`:表示按照一定的频率触发事件,时间间隔由 [brush.throttleDelay](~brush.throttleDelay) 
指定。
 
 
-例如这个 [例子](${galleryViewPath}scatter-map-brush&edit=1&reset=1),就是使用了 
`debounce`的效果:只有用户停止动作了,柱状图才更新。不然的话,如果柱状图的频繁更新,那么动画效果很差。
+<!-- 例如这个 [例子](${galleryViewPath}scatter-map-brush&edit=1&reset=1),就是使用了 
`debounce`的效果:只有用户停止动作了,柱状图才更新。不然的话,如果柱状图的频繁更新,那么动画效果很差。 -->
 
 
 
diff --git a/cn/option/component/geo.md b/cn/option/component/geo.md
index 8bf4bea..4ae66fd 100644
--- a/cn/option/component/geo.md
+++ b/cn/option/component/geo.md
@@ -5,9 +5,9 @@
 地理坐标系组件。
 
 地理坐标系组件用于地图的绘制,支持在地理坐标系上绘制[散点图](~series-scatter),[线集](~series-lines)。
-
+<!--
 **在地理坐标系中使用散点图的示例:**
-~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1)
+~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1) -->
 
 
 
diff --git a/cn/option/component/visual-map-continuous.md 
b/cn/option/component/visual-map-continuous.md
index a267cf3..d90dfa2 100644
--- a/cn/option/component/visual-map-continuous.md
+++ b/cn/option/component/visual-map-continuous.md
@@ -7,8 +7,8 @@
 
 (参考[视觉映射组件(visualMap)的介绍](~visualMap))
 
-展现形式如下图:
-~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
+<!-- 展现形式如下图:
+~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
 -->
 
 `visualMapContinuous`中,可以通过 [visualMap.calculable](~visualMap.calculable) 
来显示或隐藏手柄(手柄能拖拽改变值域)。
 
diff --git a/cn/option/partial/parallel.md b/cn/option/partial/parallel.md
index 8c8262b..447434b 100644
--- a/cn/option/partial/parallel.md
+++ b/cn/option/partial/parallel.md
@@ -156,6 +156,7 @@ option = {
 
 维度比较多时,比如有 50+ 的维度,那么就会有 50+ 个轴。那么可能会页面显示不下。
 
-可以通过 [parallel.axisExpandable](~parallel.axisExpandable) 来改善显示效果,如下例子:
+可以通过 [parallel.axisExpandable](~parallel.axisExpandable) 来改善显示效果。
 
-~[600x460](${galleryViewPath}map-parallel-prices&edit=1&reset=1)
+<!-- 如下例子:
+~[600x460](${galleryViewPath}map-parallel-prices&edit=1&reset=1) -->
diff --git a/cn/option/series/effectScatter.md 
b/cn/option/series/effectScatter.md
index 98b3c9d..d7fe232 100644
--- a/cn/option/series/effectScatter.md
+++ b/cn/option/series/effectScatter.md
@@ -7,8 +7,8 @@
 
 **Tip:** ECharts 2.x 中在地图上通过 markPoint 实现地图特效在 ECharts 3 中建议通过地理坐标系上的 
effectScatter 实现。
 
-**如下示例:**
-~[600x400](${galleryViewPath}effectScatter-map&edit=1&reset=1)
+<!-- **如下示例:**
+~[600x400](${galleryViewPath}effectScatter-map&edit=1&reset=1) -->
 
 ## type(string) = 'effectScatter'
 
diff --git a/cn/option/series/heatmap.md b/cn/option/series/heatmap.md
index e65b696..4fad9ab 100644
--- a/cn/option/series/heatmap.md
+++ b/cn/option/series/heatmap.md
@@ -8,12 +8,13 @@
 
 可以应用在[直角坐标系](~grid)以及[地理坐标系](~geo)上,这两个坐标系上的表现形式相差很大,直角坐标系上必须要使用两个类目轴。
 
-下面分别是直角坐标系和地理坐标系上应用的例子:
+下面是在直角坐标系上应用的例子:
 
 **直角坐标系:**
 ~[600x400](${galleryViewPath}heatmap-cartesian&edit=1&reset=1)
-**地理坐标系:**
-~[600x400](${galleryViewPath}heatmap-map&edit=1&reset=1)
+
+<!-- **地理坐标系:**
+~[600x400](${galleryViewPath}heatmap-map&edit=1&reset=1) -->
 
 ## type(string) = 'heatmap'
 
diff --git a/cn/option/series/lines.md b/cn/option/series/lines.md
index 88dffd4..243a351 100644
--- a/cn/option/series/lines.md
+++ b/cn/option/series/lines.md
@@ -8,9 +8,9 @@
 用于带有起点和终点信息的线数据的绘制,主要用于地图上的航线,路线的可视化。
 
 ECharts 2.x 里会用地图上的 `markLine` 去绘制迁徙效果,在 ECharts 3 里建议使用单独的 `lines` 类型图表。
-
+<!--
 **迁徙示例:**
-~[700x500](${galleryViewPath}geo-lines&edit=1&reset=1)
+~[700x500](${galleryViewPath}geo-lines&edit=1&reset=1) -->
 
 
 ## type(string) = 'lines'
diff --git a/cn/option/series/map.md b/cn/option/series/map.md
index 3b0b52b..32039ef 100644
--- a/cn/option/series/map.md
+++ b/cn/option/series/map.md
@@ -10,9 +10,9 @@
 多个[地图类型](~series-map.map)相同的系列会在同一地图上显示,这时候使用第一个系列的配置项作为地图绘制的配置。
 
 **Tip: **在 ECharts 3 中不再建议在地图类型的图表使用 `markLine` 和 
`markPoint`。如果要实现点数据或者线数据的可视化,可以使用在[地理坐标系组件](~geo)上的[散点图](~series-scatter)和[线图](~series-lines)。
-
+<!--
 **示例:**
-~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1)
+~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1) -->
 
 
 ## type(string) = 'map'
@@ -33,9 +33,9 @@
 默认情况下,map series 会自己生成内部专用的 `geo` 组件。但是也可以用这个 `geoIndex` 指定一个 [geo](~geo) 
组件。这样的话,map 和 其他 series(例如散点图)就可以共享一个 [geo](~geo) 组件了。并且,[geo](~geo) 
组件的颜色也可以被这个 map series 控制,从而用 [visualMap](~visualMap) 来更改。
 
 当设定了 `geoIndex` 后,[series-map.map](~series-map.map) 属性,以及 
[series-map.itemStyle](~series-map.itemStyle) 等样式配置不再起作用,而是采用 [geo](~geo) 
中的相应属性。
-
+<!--
 参见:
-~[600x400](${galleryViewPath}geo-map-scatter&reset=1&edit=1)
+~[600x400](${galleryViewPath}geo-map-scatter&reset=1&edit=1) -->
 
 ## mapValueCalculation(string) = 'sum'
 多个拥有相同[地图类型](~series-map.map)的系列会使用同一个地图展现,如果多个系列都在同一个区域有值,ECharts 
会对这些值统计得到一个数据。这个配置项就是用于配置统计的方式,目前有:
diff --git a/cn/option/series/scatter.md b/cn/option/series/scatter.md
index 0e402ec..414130d 100644
--- a/cn/option/series/scatter.md
+++ b/cn/option/series/scatter.md
@@ -5,9 +5,9 @@
 散点(气泡)图。[直角坐标系](~grid)上的散点图可以用来展现数据的 `x`,`y` 之间的关系,如果数据项有多个维度,其它维度的值可以通过不同大小的 
[symbol](~series-scatter.symbol) 展现成气泡图,也可以用颜色来表现。这些可以配合 
[visualMap](~visualMap) 组件完成。
 
 可以应用在[直角坐标系](~grid),[极坐标系](~polar),[地理坐标系](~geo)上。
-
+<!--
 **Tip:** ECharts 2.x 中在地图上通过 markPoint 标记大量数据点方式在 ECharts 3 
中建议通过[地理坐标系](~geo)上的 scatter 实现。下面示例就是在中国地图上用散点图展现了空气质量的分布。并且用 
[visualMap](~visualMap) 组件将 PM2.5 映射到了颜色。
-~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1)
+~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1) -->
 
 ## type(string) = 'scatter'
 
diff --git a/cn/tutorial/echarts-feature.md b/cn/tutorial/echarts-feature.md
index d227637..252f663 100644
--- a/cn/tutorial/echarts-feature.md
+++ b/cn/tutorial/echarts-feature.md
@@ -18,11 +18,11 @@ ECharts 3 开始独立出了“坐标系”的概念,支持了直角坐标系
 下面是一个折线图在极坐标系上的例子:
 
 ~[60%x400](${galleryViewPath}line-polar2&reset=1&edit=1)
-
+<!--
 下面是一个散点图在地理坐标系上的例子:
 
 ~[60%x400](${galleryViewPath}scatter-map&reset=1&edit=1)
-
+ -->
 
 ## 移动端的优化
 
@@ -67,5 +67,5 @@ ECharts 由数据驱动,数据的改变驱动图表展现的改变。因此动
 
 ECharts 针对线数据,点数据等地理数据的可视化提供了吸引眼球的特效。
 
-~[60%x400](${galleryViewPath}geo-lines&reset=1&edit=1)
+<!-- ~[60%x400](${galleryViewPath}geo-lines&reset=1&edit=1) -->
 ~[60%x400](${galleryViewPath}lines-bmap-effect&reset=1&edit=1)
\ No newline at end of file
diff --git a/cn/tutorial/visual-map.md b/cn/tutorial/visual-map.md
index 97822e2..e9584a1 100644
--- a/cn/tutorial/visual-map.md
+++ b/cn/tutorial/visual-map.md
@@ -87,7 +87,7 @@ option = {
 
 <br>
 [连续型(visualMapContinuous)](option.html#visualMap-continuous):
-~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
+<!-- 
~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
 -->
 
 [分段型(visualMapPiecewise)](option.html#visualMap-piecewise):
 
~[600x400](${galleryViewPath}doc-example/scatter-visualMap-piecewise&edit=1&reset=1)
diff --git a/en/option/component/brush.md b/en/option/component/brush.md
index 0181c1c..508e5cc 100644
--- a/en/option/component/brush.md
+++ b/en/option/component/brush.md
@@ -5,9 +5,9 @@
 
 `brush` is an area-selecting component, with which user can select part of 
data from a chart to display in detail, or doing calculations with them.
 
-
+<!--
 Example:
-~[800x600](${galleryViewPath}scatter-map-brush&edit=1&reset=1)
+~[800x600](${galleryViewPath}scatter-map-brush&edit=1&reset=1) -->
 
 
 <br>
diff --git a/en/option/component/geo.md b/en/option/component/geo.md
index 03b27ae..5d1ce4c 100644
--- a/en/option/component/geo.md
+++ b/en/option/component/geo.md
@@ -5,9 +5,9 @@
 Geographic coorinate system component.
 
 Geographic coorinate system component is used to draw maps, which also 
supports [scatter series](~series-scatter), and [line series](~series-lines).
-
+<!--
 **Example of using scatter series in geographic coordinate:**
-~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1)
+~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1) -->
 
 
 From `3.1.10`, geo component also supports mouse events, whose parameters are:
diff --git a/en/option/component/visual-map-continuous.md 
b/en/option/component/visual-map-continuous.md
index 88e64d4..cedd20b 100644
--- a/en/option/component/visual-map-continuous.md
+++ b/en/option/component/visual-map-continuous.md
@@ -6,9 +6,9 @@
 **Continuous visualMap component (visualMapContinuous)**
 
  (See [the introduction to visual Map component (visualMap)](~visualMap))
-
+<!--
 Sample:
-~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
+~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
 -->
 
 You can set [visualMap.calculable](~visualMap.calculable) to show or hide the 
hanldes, which is used to change the selected range in `visualMapContinuous`.
 
diff --git a/en/option/series/effectScatter.md 
b/en/option/series/effectScatter.md
index 11dec37..043a398 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -6,9 +6,9 @@
 The scatter (bubble) graph with ripple animation. The special animation effect 
can visually highlights some data.
 
 **Tip:**  The effects of map was achieved through markPoint in ECharts 2.x. 
However, in  ECharts 3, effectScatter on geographic coordinate is recommended 
for achieving that effects of map.
-
+<!--
 **Here is the example: **
-~[600x400](${galleryViewPath}effectScatter-map&edit=1&reset=1)
+~[600x400](${galleryViewPath}effectScatter-map&edit=1&reset=1) -->
 
 ## type(string) = 'effectScatter'
 
diff --git a/en/option/series/heatmap.md b/en/option/series/heatmap.md
index dc5614e..c1f8af4 100644
--- a/en/option/series/heatmap.md
+++ b/en/option/series/heatmap.md
@@ -12,8 +12,8 @@ Here are the examples using it in rectangular coordinate and 
geographic coordina
 
 **rectangular coordinate: **
 ~[600x400](${galleryViewPath}heatmap-cartesian&edit=1&reset=1)
-**geographic coordinate: **
-~[600x400](${galleryViewPath}heatmap-map&edit=1&reset=1)
+<!-- **geographic coordinate: **
+~[600x400](${galleryViewPath}heatmap-map&edit=1&reset=1) -->
 
 ## type(string) = 'heatmap'
 
diff --git a/en/option/series/lines.md b/en/option/series/lines.md
index 59418c2..b275ba3 100644
--- a/en/option/series/lines.md
+++ b/en/option/series/lines.md
@@ -8,9 +8,9 @@
 It is used to draw the line data with the information about "from" and "to"; 
and it is applied fot drawing the air routes on map, which visualizes these 
routes.
 
 ECharts 2.x uses the `markLine` to draw the migrating effect, while in ECharts 
3, the `lines` graph is recommended to be used.
-
+<!--
 **Migrating example: **
-~[700x500](${galleryViewPath}geo-lines&edit=1&reset=1)
+~[700x500](${galleryViewPath}geo-lines&edit=1&reset=1) -->
 
 
 ## type(string) = 'lines'
diff --git a/en/option/series/map.md b/en/option/series/map.md
index 28cfea0..4ae8835 100644
--- a/en/option/series/map.md
+++ b/en/option/series/map.md
@@ -8,9 +8,9 @@
 Map is maily used in the visulization of geographic area data, which can be 
used with [visualMap](~visualMap) component to visualize the datas such as 
population distribution density in diffrent areas.
 
 Series of same [map type](~series-map.map) will show in one map. At this 
point, the configuration of the first series will be used for the map 
configuration.
-
+<!--
 **Example: **
-~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1)
+~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1) -->
 
 
 ## type(string) = 'map'
diff --git a/en/option/series/scatter.md b/en/option/series/scatter.md
index 7b31d03..a5d440c 100644
--- a/en/option/series/scatter.md
+++ b/en/option/series/scatter.md
@@ -7,8 +7,8 @@ Scatter (bubble) chart . The scatter chart in [rectangular 
coordinate](~grid) co
 
 It could be used with [rectangular coordinate](~grid) and [polar 
coordinate](~polar) and [geographical coordinate](~geo).
 
-
-~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1)
+<!--
+~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1) -->
 
 ## type(string) = 'scatter'
 
diff --git a/en/tutorial/echarts-feature.md b/en/tutorial/echarts-feature.md
index 928137b..84679bd 100644
--- a/en/tutorial/echarts-feature.md
+++ b/en/tutorial/echarts-feature.md
@@ -18,10 +18,10 @@ ECharts started to seperate the concept of "coordinate" 
from 3.0, supporting rec
 Below is an example that a line chart is in polar coordinate:
 
 ~[60%x400](${galleryViewPath}line-polar2&reset=1&edit=1)
-
+<!--
 Below is an example that a scatter chart is in geographic coordinate:
 
-~[60%x400](${galleryViewPath}scatter-map&reset=1&edit=1)
+~[60%x400](${galleryViewPath}scatter-map&reset=1&edit=1) -->
 
 
 ## Mobile Optimization
@@ -67,5 +67,5 @@ ECharts is data-driven, in that the change of data changes 
the presentation of c
 
 ECharts provides eye-catching special effects for visualization of line data, 
point data and geo-data, and so on.
 
-~[60%x400](${galleryViewPath}geo-lines&reset=1&edit=1)
+<!-- ~[60%x400](${galleryViewPath}geo-lines&reset=1&edit=1) -->
 ~[60%x400](${galleryViewPath}lines-bmap-effect&reset=1&edit=1)
diff --git a/en/tutorial/visual-map.md b/en/tutorial/visual-map.md
index 2801b4b..feae3fe 100644
--- a/en/tutorial/visual-map.md
+++ b/en/tutorial/visual-map.md
@@ -87,7 +87,7 @@ option = {
 
 <br>
 [visualMapContinuous](option.html#visualMap-continuous):
-~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
+<!-- 
~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
 -->
 
 [visualMapPiecewise](option.html#visualMap-piecewise):
 
~[600x400](${galleryViewPath}doc-example/scatter-visualMap-piecewise&edit=1&reset=1)


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

Reply via email to