| bb_categories | R Documentation | 
Set or modify x axis labels.
bb_categories(bb, categories)
| bb | A  | 
| categories | A character vector to set names on a category axis. | 
A billboard htmlwidget object.
This function can be used with billboarder-shiny to modify labels on axis, e.g. for barcharts.
# Simple line with month names as x labels
billboarder() %>% 
  bb_linechart(data = round(rnorm(12))) %>% 
  bb_categories(categories = month.name)
  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.