Description Usage Format Examples
(Hoang Sa and Truong Sa are not included)
1 |
An object of class geo_list
of length 3.
1 2 3 4 5 6 7 8 | # To use this geojson map with echart4r package
library(echarts4r)
library(magrittr)
data.frame(province = 'Ha Tinh', value = 1) %>%
e_chart(province) %>%
e_map_register('vn', vntown) %>%
e_map(value, map = 'vn') %>%
e_visual_map(value)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.