From b54892bbee89af313cf22ca8356543d2b5aa3090 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 27 Feb 2018 14:28:55 +0000 Subject: [PATCH] :books: spaces are added --- docs/zh-cn/charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-cn/charts.md b/docs/zh-cn/charts.md index 351d478f..cc2a4d49 100644 --- a/docs/zh-cn/charts.md +++ b/docs/zh-cn/charts.md @@ -1718,6 +1718,7 @@ add(name, attr, value, 是否显示地图标记红点,默认为 True。 * name_map: [用自定义的地图名称](http://echarts.baidu.com/option.html#series-map.nameMap) + ```python from pyecharts import Map @@ -1789,7 +1790,6 @@ map.render() ``` ![map-4](https://user-images.githubusercontent.com/19553554/35082387-7d35893e-fc54-11e7-8482-60dc23d31836.png) - 设置 `name_map=...` 采用自己地图名称 原版: @@ -1797,7 +1797,7 @@ map.render() screen shot 2018-02-27 at 09 24 21 -用name_map改动之后: +用 `name_map` 改动之后: ```python #coding=utf-8