score:1

Accepted answer

you could set the bordercolor of the chart via hc_chart():

library(highcharter)
hcmap("countries/nz/nz-all") %>% 
  hc_chart(bordercolor = "darkred", borderwidth = 10)


Related Query

More Query from same tag