Reputation: 121588
How can I change the font size of an rPlot title?
rPlot
library(rCharts) p1 <- rPlot(mpg ~ cyl, data = mtcars, type = 'point') p1$set(title = "title",fontSize = '50px') p1
Upvotes: 0
Views: 219