How to increase billboard chard label size

...

billboarder() %>%
bb_barchart(
data = explanation_plot_df,
mapping = bbaes(x = feature_desc, y = feature_weight, group = churn_predictor),
rotated = TRUE,
stacked = TRUE
) %>%
bb_x_axis(type = "category") %>%
bb_colors_manual('Less likely to churn' = 'rgba(63, 182, 24, 0.7)', 'More likely to churn' = 'rgba(255, 0, 57, 0.7)')
})

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.