Use these options in ax_plotOptions()
.
Value
A list
of options that can be used in ax_plotOptions()
.
Examples
data("mpg", package = "ggplot2")
apex(mpg, aes(class, hwy), "boxplot") %>%
ax_plotOptions(
boxPlot = boxplot_opts(color.upper = "#848484", color.lower = "#848484" )
)