#' @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_ ) }