Use layout(legend = list(font = list(size(30)))): plot_ly(data = mtcars, x = as.character(mtcars$cyl), y = mtcars$mpg, type = "box", ...
確定! 回上一頁