Set or modify x axis labels.
Note
This function can be used with billboarder-shiny
to modify labels on axis, e.g. for barcharts.
Examples
# Simple line with month names as x labels
billboarder() %>%
bb_linechart(data = round(rnorm(12))) %>%
bb_categories(categories = month.name)