Add rare theme used on dashboards to able to do something like this: ```R p <- ggplot2(data) + geom_col(aes(x = x, y = y)) + rare_theme() ```
Add rare theme used on dashboards to able to do something like this: