The padding of the chart element.
Examples
# Add padding around the chart
billboarder() %>%
bb_barchart(data = table(sample(letters[1:5], 100, TRUE))) %>%
bb_padding(top = 100, right = 100, bottom = 100, left = 100)
The padding of the chart element.
# Add padding around the chart
billboarder() %>%
bb_barchart(data = table(sample(letters[1:5], 100, TRUE))) %>%
bb_padding(top = 100, right = 100, bottom = 100, left = 100)