mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
📚 spaces are added
This commit is contained in:
parent
bd7f570185
commit
b54892bbee
@ -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()
|
||||
```
|
||||

|
||||
|
||||
|
||||
设置 `name_map=...` 采用自己地图名称
|
||||
|
||||
原版:
|
||||
@ -1797,7 +1797,7 @@ map.render()
|
||||
<img width="382" alt="screen shot 2018-02-27 at 09 24 21" src="https://user-images.githubusercontent.com/4280312/36720467-16fb0a66-1ba0-11e8-8cbd-453d8f2462d3.png">
|
||||
</div>
|
||||
|
||||
用name_map改动之后:
|
||||
用 `name_map` 改动之后:
|
||||
|
||||
```python
|
||||
#coding=utf-8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user