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