This commit is contained in:
willdebras 2022-03-30 08:19:35 -05:00
Родитель f843fa574d
Коммит 42cf3d5951
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -314,7 +314,7 @@ prep_specs_mutate <- function(.data, mapping, toJSON = TRUE, pretty = TRUE, heig
meta <- list(parse = "jitter", axes = has_facets, description = description)
}
else {
meta <- list(axes = TRUE, description = description)
meta <- list(axes = FALSE, description = description)
}
} else if (basis_type %in% c("binary", "categorical")) {
@ -685,7 +685,7 @@ prep_specs_mutate <- function(.data, mapping, toJSON = TRUE, pretty = TRUE, heig
meta <- list(parse = "jitter", axes = has_facets, description = description)
}
else {
meta <- list(axes = TRUE, description = description)
meta <- list(axes = FALSE, description = description)
} } else if (y_type %in% c("binary", "categorical")) {
# Generate description