rCharts-How to add axis lables and Headings to NVD3 chart
问题 I am exploriing rCharts. I got stuck while adding Lables to Y axis and Headings. I am new to rCharts. This is my sample code require(rCharts) n2 <- nPlot(Hours ~ Month, group = "Task", data = cars, type = "multiBarChart", height = 900, width = 1110) n2$xAxis(axisLabel = 'Year and Month') n2 Please help. 回答1: answer supplemented with title examples 2013-12-05 I cannot remember why nvd3 with rCharts does this but we have discovered this in this issue. The method suggested in that issue works,