powered by
Point property for a Billboard.js chart
bb_point(bb, ...)
A billboard
billboard
htmlwidget object.
htmlwidget
A billboard htmlwidget object.
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.point
# 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)
Run the code above in your browser using DataLab