Use these options in ax_plotOptions()
.
Value
A list
of options that can be used in ax_plotOptions()
.
Examples
apex(
data = mtcars,
type = "scatter",
mapping = aes(x = wt, y = mpg, z = qsec)
) %>%
ax_plotOptions(
bubble = bubble_opts(
minBubbleRadius = 1,
maxBubbleRadius = 20
)
)