bb_point: Point property for a Billboard.js chart

View source: R/bb_utils.R

bb_pointR Documentation

Point property for a Billboard.js chart

Description

Point property for a Billboard.js chart

Usage

bb_point(bb, ...)

Arguments

bb

A billboard htmlwidget object.

...

See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.point

Value

A billboard htmlwidget object.

Examples

# 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)

dreamRs/billboarder documentation built on Feb. 26, 2024, 1:17 p.m.