powered by
Use these options in ax_plotOptions().
ax_plotOptions()
boxplot_opts(color.upper, color.lower, ...)
A list of options that can be used in ax_plotOptions().
list
Color for the upper quartile (Q3 to median) of the box plot.
Color for the lower quartile (median to Q1) of the box plot.
Additional parameters.
data("mpg", package = "ggplot2") apex(mpg, aes(class, hwy), "boxplot") %>% ax_plotOptions( boxPlot = boxplot_opts(color.upper = "#848484", color.lower = "#848484" ) )
Run the code above in your browser using DataLab