Highcharter地图的颜色比例颜色

时间:2017-09-14 08:56:24

标签: highcharts r-highcharter

我制作了一幅法国的情节,显示了各部门的一些价值观。

我的问题是我有负值而我喜欢从红色到蓝色(或绿色)启动色标,这是一种解决方法吗?

这是我的代码

hcmap("countries/fr/fr-all-all", data = freq_dept, value = "freq",
      joinBy = c("name", "departmentName"), name = "Fake data",
      dataLabels = list(enabled = TRUE, format = '{point.name}'),
      borderColor = "#FF0000", borderWidth = 0.1) %>% 
  hc_mapNavigation(enabled = TRUE) 

0 个答案:

没有答案