Description Usage Arguments Value References
Add geoCoord
object to echarts object. It is used for maps.
For maps with a timeline, geoCoord
object is added to options[[1]]$series[[1]]
,
while for those without a timeline, it is added to series[[1]]
.
1 2 3 | addGeoCoord(chart, geoCoord = NULL, mode = c("add", "overide"))
overideGeoCoord(chart, geoCoord = NULL)
|
chart |
chart |
geoCoord |
Two mode:
|
mode |
'add' or 'overide' |
A modified echarts object
http://echarts.baidu.com/echarts2/doc/option.html#title~series-i(map).geoCoord
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.