leafletCN icon indicating copy to clipboard operation
leafletCN copied to clipboard

How to remove the legend when using geojsonMap?

Open wangxi1998 opened this issue 4 years ago • 0 comments

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.

wangxi1998 avatar Feb 23 '21 13:02 wangxi1998