小编use*_*471的帖子

rCharts - 如何将轴标签和标题添加到NVD3图表

我正在研究rCharts.我把Lables添加到Y轴和标题时卡住了.我是rCharts的新手.

这是我的示例代码

require(rCharts)
n2 <- nPlot(Hours ~ Month, group = "Task", data = cars, type = "multiBarChart",
height = 900, width = 1110)
n2$xAxis(axisLabel = 'Year and Month')
n2
Run Code Online (Sandbox Code Playgroud)

请帮忙.

r rcharts

13
推荐指数
1
解决办法
4543
查看次数

标签 统计

r ×1

rcharts ×1