agstudy
agstudy

Reputation: 121588

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

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

Upvotes: 0

Views: 219

Answers (0)

Related Questions