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/12/09 11:22:10 UTC

[incubator-echarts-doc] branch next updated: remove broken examples

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 b1239e4  remove broken examples
b1239e4 is described below

commit b1239e41b3064697eb836b6e8dd23103f5885fcd
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Dec 9 19:21:52 2020 +0800

    remove broken examples
---
 en/option/component/visual-map-piecewise.md | 2 --
 en/tutorial/visual-map.md                   | 3 ---
 zh/option/component/visual-map-piecewise.md | 3 ---
 zh/tutorial/visual-map.md                   | 3 ---
 4 files changed, 11 deletions(-)

diff --git a/en/option/component/visual-map-piecewise.md b/en/option/component/visual-map-piecewise.md
index 0b26b20..340ad90 100644
--- a/en/option/component/visual-map-piecewise.md
+++ b/en/option/component/visual-map-piecewise.md
@@ -64,8 +64,6 @@ These visual channel can be customized in each piece:
 
 {{ use: partial-visual-map-visual-type() }}
 
-[Sample](${galleryEditorPath}doc-example/map-visualMap-pieces&edit=1&reset=1)
-
  (Notes: In ECharts2, `pieces` is called `splitList`, which is retained in ECharts3 for compatibility. But `pieces` is recommended.)
 
 You would realize the sequence in `pieces` by a simple trial. See more detailed rules in [visualMap.inverse](~visualMap.inverse).
diff --git a/en/tutorial/visual-map.md b/en/tutorial/visual-map.md
index a33c8bc..cd524ec 100644
--- a/en/tutorial/visual-map.md
+++ b/en/tutorial/visual-map.md
@@ -79,13 +79,10 @@ option = {
 };
 ```
 
-<br>
 [visualMapContinuous](option.html#visualMap-continuous):
 
 [visualMapPiecewise](option.html#visualMap-piecewise):
-~[600x400](${galleryViewPath}doc-example/scatter-visualMap-piecewise&edit=1&reset=1)
 
-<br>
 
 Piecewise visual map component(visualMapPiecewise)has three types:
 
diff --git a/zh/option/component/visual-map-piecewise.md b/zh/option/component/visual-map-piecewise.md
index e276fea..81e8faf 100644
--- a/zh/option/component/visual-map-piecewise.md
+++ b/zh/option/component/visual-map-piecewise.md
@@ -7,9 +7,6 @@
 
 (参考[视觉映射组件(visualMap)的介绍](~visualMap))
 
-展现形式如下图:
-~[600x400](${galleryViewPath}doc-example/scatter-visualMap-piecewise&edit=1&reset=1)
-
 
 分段型视觉映射组件,有三种模式:
 
diff --git a/zh/tutorial/visual-map.md b/zh/tutorial/visual-map.md
index e7d626a..f2e7ae6 100644
--- a/zh/tutorial/visual-map.md
+++ b/zh/tutorial/visual-map.md
@@ -81,13 +81,10 @@ option = {
 };
 ```
 
-<br>
 [连续型(visualMapContinuous)](option.html#visualMap-continuous)
 
 [分段型(visualMapPiecewise)](option.html#visualMap-piecewise):
-~[600x400](${galleryViewPath}doc-example/scatter-visualMap-piecewise&edit=1&reset=1)
 
-<br>
 分段型视觉映射组件(visualMapPiecewise),有三种模式:
 
 + 连续型数据平均分段: 依据 [visualMap-piecewise.splitNumber](option.html#visualMap-piecewise.splitNumber) 来自动平均分割成若干块。


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