b_board.Rd
Create billboard chart.
b_board(data, x, width = "100%", height = NULL, elementId = NULL)
data.frame containing data to plot.
variable column.
dimensions of chart.
id of div containing chart.
mtcars %>% b_board() %>% b_line(wt)