R/themes.R
chart_fill_ggplot2.Rd
The default hue color scale from ggplot2.
chart_fill_ggplot2(x, stroke = TRUE)
a mschart object
a boolean. Apply the color scale to stroke? Defaults to TRUE.
TRUE
p <- ms_scatterchart( data = iris, x = "Sepal.Length", y = "Sepal.Width", group = "Species" ) p <- theme_ggplot2(p) p <- chart_fill_ggplot2(p)