leafletCN
leafletCN copied to clipboard
How to remove the legend when using geojsonMap?
when I try the example of geojsonMap
dat = data.frame(name = regionNames("china"), value = runif(34)) geojsonMap(dat,"china")
I want to remove the legend, but have no solution.