Create billboard chart.

b_board(data, x, width = "100%", height = NULL, elementId = NULL)

Arguments

data

data.frame containing data to plot.

x

variable column.

width, height

dimensions of chart.

elementId

id of div containing chart.

Examples

mtcars %>% b_board() %>% b_line(wt)