↧
Answer by Ramnath for adjusting axis labels NVD3 graph in rCharts
The answer to your question can be found here. The basic idea is to set the option reduceXTicks to FALSE and also stagger the labels. n1 <- nPlot(value ~ region, data = dat, group = 'variable', type...
View Articleadjusting axis labels NVD3 graph in rCharts
I am using the rCharts nPlot() function to display stacked or grouped bar charts given contingency table type data. The "multiBarChart" is displayed in a shiny application. A piece of the code that I...
View Article