0
我在等待一個正常的條形圖。然而,X軸是在Y軸應該是:rCharts:Highcharts - 如何翻轉條形圖的座標?
我覺得它是如此難以找到右擊文檔,但由於@ramnathv這些包裝
RCODE:
h1 <- hPlot(x = "fuente", y = "sessions", data = usertypexfuente2, type = c("bar"))
h1$tooltip(formatter="#!function() {
return 'Sesiones ' +
': <b>' + this.y + '</b>' + ' (' + this.x + ')' ;
}!#")
h1
我可以添加數據,如果需要的話