Description Usage Arguments Value References See Also
For map charts, you can add nameMap to translate the place names from one to another.
The nameMap object will be inserted to the first series of the echarts object.
1 2 3 | addNameMap(chart, nameMap, mode = c("add", "overide"))
overideNameMap(chart, ...)
|
chart |
|
nameMap |
Two modes:
|
mode |
'add' or 'overide' |
A modified echarts object
http://echarts.baidu.com/echarts2/doc/option.html#title~series-i(map).nameMap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.