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
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