visualizeR/R/theme_dumbbell.R
2025-07-01 19:49:47 +02:00

13 lines
222 B
R

#' @title Dumbbell Theme
#' @description Theme for dumbbell charts based on theme_default.
#'
#' @rdname theme_default
#'
#' @export
theme_dumbbell <- function() {
theme_default(
axis_line_x = TRUE,
grid_
)
}