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 f9273f9  Remove the contented
f9273f9 is described below

commit f9273f92a2ab5e89ec35bf35bcf7a8f8ef12e27b
Author: pissang <bm2736...@gmail.com>
AuthorDate: Thu Sep 19 12:35:10 2019 +0800

    Remove the contented
---
 cn/option/component/brush.md                 | 7 -------
 cn/option/component/geo.md                   | 5 -----
 cn/option/component/visual-map-continuous.md | 2 --
 cn/option/partial/parallel.md                | 3 ---
 cn/option/series/effectScatter.md            | 3 ---
 cn/option/series/heatmap.md                  | 3 ---
 cn/option/series/lines.md                    | 3 ---
 cn/option/series/map.md                      | 7 -------
 cn/option/series/scatter.md                  | 4 +---
 cn/tutorial/echarts-feature.md               | 6 +-----
 cn/tutorial/visual-map.md                    | 3 +--
 en/option/component/brush.md                 | 5 -----
 en/option/component/geo.md                   | 3 ---
 en/option/component/visual-map-continuous.md | 3 ---
 en/option/series/effectScatter.md            | 3 ---
 en/option/series/heatmap.md                  | 2 --
 en/option/series/lines.md                    | 3 ---
 en/option/series/map.md                      | 3 ---
 en/option/series/scatter.md                  | 3 ---
 en/tutorial/echarts-feature.md               | 5 -----
 20 files changed, 3 insertions(+), 73 deletions(-)

diff --git a/cn/option/component/brush.md b/cn/option/component/brush.md
index 5980d64..14b7445 100644
--- a/cn/option/component/brush.md
+++ b/cn/option/component/brush.md
@@ -6,9 +6,6 @@
 `brush` 是区域选择组件,用户可以选择图中一部分数据,从而便于向用户展示被选中数据,或者他们的一些统计计算结果。
 
 
-<!-- 示例如下:
-~[800x600](${galleryViewPath}scatter-map-brush&edit=1&reset=1) -->
-
 
 <br>
 
@@ -355,10 +352,6 @@ throttleType 取值可以是:
 + `'fixRate'`:表示按照一定的频率触发事件,时间间隔由 [brush.throttleDelay](~brush.throttleDelay) 
指定。
 
 
-<!-- 例如这个 [例子](${galleryViewPath}scatter-map-brush&edit=1&reset=1),就是使用了 
`debounce`的效果:只有用户停止动作了,柱状图才更新。不然的话,如果柱状图的频繁更新,那么动画效果很差。 -->
-
-
-
 
 {{target: partial-brush-toolbox-buttons}}
 
diff --git a/cn/option/component/geo.md b/cn/option/component/geo.md
index 4ae66fd..04453a6 100644
--- a/cn/option/component/geo.md
+++ b/cn/option/component/geo.md
@@ -5,11 +5,6 @@
 地理坐标系组件。
 
 地理坐标系组件用于地图的绘制,支持在地理坐标系上绘制[散点图](~series-scatter),[线集](~series-lines)。
-<!--
-**在地理坐标系中使用散点图的示例:**
-~[600x400](${galleryViewPath}scatter-map&edit=1&reset=1) -->
-
-
 
 `3.1.10` 开始 geo 组件也支持鼠标事件。事件参数为
 ```js
diff --git a/cn/option/component/visual-map-continuous.md 
b/cn/option/component/visual-map-continuous.md
index d90dfa2..a4fae02 100644
--- a/cn/option/component/visual-map-continuous.md
+++ b/cn/option/component/visual-map-continuous.md
@@ -7,8 +7,6 @@
 
 (参考[视觉映射组件(visualMap)的介绍](~visualMap))
 
-<!-- 展现形式如下图:
-~[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 447434b..6e9fa06 100644
--- a/cn/option/partial/parallel.md
+++ b/cn/option/partial/parallel.md
@@ -157,6 +157,3 @@ option = {
 维度比较多时,比如有 50+ 的维度,那么就会有 50+ 个轴。那么可能会页面显示不下。
 
 可以通过 [parallel.axisExpandable](~parallel.axisExpandable) 来改善显示效果。
-
-<!-- 如下例子:
-~[600x460](${galleryViewPath}map-parallel-prices&edit=1&reset=1) -->
diff --git a/cn/option/series/effectScatter.md 
b/cn/option/series/effectScatter.md
index d7fe232..07f781b 100644
--- a/cn/option/series/effectScatter.md
+++ b/cn/option/series/effectScatter.md
@@ -7,9 +7,6 @@
 
 **Tip:** ECharts 2.x 中在地图上通过 markPoint 实现地图特效在 ECharts 3 中建议通过地理坐标系上的 
effectScatter 实现。
 
-<!-- **如下示例:**
-~[600x400](${galleryViewPath}effectScatter-map&edit=1&reset=1) -->
-
 ## type(string) = 'effectScatter'
 
 {{use: partial-component-id(prefix="#")}}
diff --git a/cn/option/series/heatmap.md b/cn/option/series/heatmap.md
index 4fad9ab..69359a5 100644
--- a/cn/option/series/heatmap.md
+++ b/cn/option/series/heatmap.md
@@ -13,9 +13,6 @@
 **直角坐标系:**
 ~[600x400](${galleryViewPath}heatmap-cartesian&edit=1&reset=1)
 
-<!-- **地理坐标系:**
-~[600x400](${galleryViewPath}heatmap-map&edit=1&reset=1) -->
-
 ## type(string) = 'heatmap'
 
 {{use: partial-component-id(prefix="#")}}
diff --git a/cn/option/series/lines.md b/cn/option/series/lines.md
index 243a351..0b66f03 100644
--- a/cn/option/series/lines.md
+++ b/cn/option/series/lines.md
@@ -8,9 +8,6 @@
 用于带有起点和终点信息的线数据的绘制,主要用于地图上的航线,路线的可视化。
 
 ECharts 2.x 里会用地图上的 `markLine` 去绘制迁徙效果,在 ECharts 3 里建议使用单独的 `lines` 类型图表。
-<!--
-**迁徙示例:**
-~[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 32039ef..a65f059 100644
--- a/cn/option/series/map.md
+++ b/cn/option/series/map.md
@@ -10,10 +10,6 @@
 多个[地图类型](~series-map.map)相同的系列会在同一地图上显示,这时候使用第一个系列的配置项作为地图绘制的配置。
 
 **Tip: **在 ECharts 3 中不再建议在地图类型的图表使用 `markLine` 和 
`markPoint`。如果要实现点数据或者线数据的可视化,可以使用在[地理坐标系组件](~geo)上的[散点图](~series-scatter)和[线图](~series-lines)。
-<!--
-**示例:**
-~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1) -->
-
 
 ## type(string) = 'map'
 
@@ -33,9 +29,6 @@
 默认情况下,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) -->
 
 ## mapValueCalculation(string) = 'sum'
 多个拥有相同[地图类型](~series-map.map)的系列会使用同一个地图展现,如果多个系列都在同一个区域有值,ECharts 
会对这些值统计得到一个数据。这个配置项就是用于配置统计的方式,目前有:
diff --git a/cn/option/series/scatter.md b/cn/option/series/scatter.md
index 414130d..1155f9a 100644
--- a/cn/option/series/scatter.md
+++ b/cn/option/series/scatter.md
@@ -5,9 +5,7 @@
 散点(气泡)图。[直角坐标系](~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) -->
+
 
 ## type(string) = 'scatter'
 
diff --git a/cn/tutorial/echarts-feature.md b/cn/tutorial/echarts-feature.md
index 252f663..55ee14e 100644
--- a/cn/tutorial/echarts-feature.md
+++ b/cn/tutorial/echarts-feature.md
@@ -18,11 +18,7 @@ ECharts 3 开始独立出了“坐标系”的概念,支持了直角坐标系
 下面是一个折线图在极坐标系上的例子:
 
 ~[60%x400](${galleryViewPath}line-polar2&reset=1&edit=1)
-<!--
-下面是一个散点图在地理坐标系上的例子:
 
-~[60%x400](${galleryViewPath}scatter-map&reset=1&edit=1)
- -->
 
 ## 移动端的优化
 
@@ -67,5 +63,5 @@ ECharts 由数据驱动,数据的改变驱动图表展现的改变。因此动
 
 ECharts 针对线数据,点数据等地理数据的可视化提供了吸引眼球的特效。
 
-<!-- ~[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 e9584a1..67ebeb1 100644
--- a/cn/tutorial/visual-map.md
+++ b/cn/tutorial/visual-map.md
@@ -86,8 +86,7 @@ option = {
 ```
 
 <br>
-[连续型(visualMapContinuous)](option.html#visualMap-continuous):
-<!-- 
~[600x400](${galleryViewPath}doc-example/map-visualMap-continuous&edit=1&reset=1)
 -->
+[连续型(visualMapContinuous)](option.html#visualMap-continuous)
 
 [分段型(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 508e5cc..d572255 100644
--- a/en/option/component/brush.md
+++ b/en/option/component/brush.md
@@ -5,11 +5,6 @@
 
 `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) -->
-
-
 <br>
 
 ---
diff --git a/en/option/component/geo.md b/en/option/component/geo.md
index 5d1ce4c..a8ab865 100644
--- a/en/option/component/geo.md
+++ b/en/option/component/geo.md
@@ -5,9 +5,6 @@
 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) -->
 
 
 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 cedd20b..050580a 100644
--- a/en/option/component/visual-map-continuous.md
+++ b/en/option/component/visual-map-continuous.md
@@ -6,9 +6,6 @@
 **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)
 -->
 
 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 043a398..4d51717 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -6,9 +6,6 @@
 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) -->
 
 ## type(string) = 'effectScatter'
 
diff --git a/en/option/series/heatmap.md b/en/option/series/heatmap.md
index c1f8af4..8db9ddd 100644
--- a/en/option/series/heatmap.md
+++ b/en/option/series/heatmap.md
@@ -12,8 +12,6 @@ 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) -->
 
 ## type(string) = 'heatmap'
 
diff --git a/en/option/series/lines.md b/en/option/series/lines.md
index b275ba3..4f93558 100644
--- a/en/option/series/lines.md
+++ b/en/option/series/lines.md
@@ -8,9 +8,6 @@
 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) -->
 
 
 ## type(string) = 'lines'
diff --git a/en/option/series/map.md b/en/option/series/map.md
index 4ae8835..da7cc96 100644
--- a/en/option/series/map.md
+++ b/en/option/series/map.md
@@ -8,9 +8,6 @@
 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) -->
 
 
 ## type(string) = 'map'
diff --git a/en/option/series/scatter.md b/en/option/series/scatter.md
index a5d440c..06038db 100644
--- a/en/option/series/scatter.md
+++ b/en/option/series/scatter.md
@@ -7,9 +7,6 @@ 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) -->
-
 ## type(string) = 'scatter'
 
 {{use: partial-component-id(prefix="#")}}
diff --git a/en/tutorial/echarts-feature.md b/en/tutorial/echarts-feature.md
index 84679bd..1e411bb 100644
--- a/en/tutorial/echarts-feature.md
+++ b/en/tutorial/echarts-feature.md
@@ -18,10 +18,6 @@ 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) -->
 
 
 ## Mobile Optimization
@@ -67,5 +63,4 @@ 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}lines-bmap-effect&reset=1&edit=1)


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

Reply via email to