Highcharter饼图不同大小

时间:2017-08-08 10:40:51

标签: r highcharts htmlwidgets

我正在使用highcharter库绘制两个饼图,并且我经常遇到同样的问题,这是一个饼图与另一个差别很大的饼图。

enter image description here 这是我的代码:

hchart(activity, "pie", hcaes(x = col, label=col,y = freq, color=colors)) %>%
hc_plotOptions(pie =list(dataLabels = list(enabled = TRUE,format="{point.label}:{point.percentage:.2f} %"))) %>%


hc_tooltip(pointFormat = "
Nominal value: {point.y:,.0f}<br>")

为什么会出现这种情况?

0 个答案:

没有答案