How to customize rPlot title ( font size , font,..)?

220 views Asked by At

How can I change the font size of an rPlot title?

library(rCharts)
p1 <- rPlot(mpg ~ cyl, data = mtcars, type = 'point')
p1$set(title = "title",fontSize = '50px')
p1
0

There are 0 answers