bb_title {billboarder} | R Documentation |
Add title to Billboard.js chart
Description
Add title to Billboard.js chart
Usage
bb_title(bb, text = NULL, padding = NULL, position = "top-center", ...)
Arguments
bb |
A |
text |
The chart title. |
padding |
A named list with |
position |
A string specifying the position of the title. |
... |
Additional arguments. |
Value
A billboard
htmlwidget
object.
See Also
Examples
billboarder() %>%
bb_barchart(data = table(sample(letters, 100, TRUE))) %>%
bb_title(text = "Random letters", position = "center")
[Package billboarder version 0.4.1 Index]