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 f20111d map doc tweak f20111d is described below commit f20111df0eb6e1c0b76b0622511f29f6bbb64404 Author: pissang <bm2736...@gmail.com> AuthorDate: Thu Sep 19 09:48:17 2019 +0800 map doc tweak --- cn/option/series/map.md | 4 ---- en/option/series/map.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/cn/option/series/map.md b/cn/option/series/map.md index 3b0b52b..f69e448 100644 --- a/cn/option/series/map.md +++ b/cn/option/series/map.md @@ -11,10 +11,6 @@ **Tip: **在 ECharts 3 中不再建议在地图类型的图表使用 `markLine` 和 `markPoint`。如果要实现点数据或者线数据的可视化,可以使用在[地理坐标系组件](~geo)上的[散点图](~series-scatter)和[线图](~series-lines)。 -**示例:** -~[600x400](${galleryViewPath}doc-example/map-example&reset=1&edit=1) - - ## type(string) = 'map' {{use: partial-component-id(prefix="#")}} diff --git a/en/option/series/map.md b/en/option/series/map.md index 28cfea0..79090d5 100644 --- a/en/option/series/map.md +++ b/en/option/series/map.md @@ -9,10 +9,6 @@ Map is maily used in the visulization of geographic area data, which can be used 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' {{use: partial-component-id(prefix="#")}} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org