Point property for a Billboard.js chart
Point property for a Billboard.js chart
bb_point(bb, ...)
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.point |
A billboard
htmlwidget
object.
# Set point size billboarder() %>% bb_scatterplot(data = iris, x = "Sepal.Length", y = "Sepal.Width", group = "Species") %>% bb_axis(x = list(tick = list(fit = FALSE))) %>% bb_point(r = 10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.