We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4473d64 commit fbcf391Copy full SHA for fbcf391
R/utils.R
@@ -348,7 +348,7 @@ supply_defaults <- function(p) {
348
p$x$layout[[p$x$layout$mapType]] <- modify_list(
349
list(domain = geoDomain), p$x$layout[[p$x$layout$mapType]]
350
)
351
- } else {
+ } else if (!length(p$x$layout[["grid"]])) {
352
types <- vapply(p$x$data, function(tr) tr[["type"]] %||% "scatter", character(1))
353
axes <- unlist(lapply(types, function(x) {
354
grep("^[a-z]axis$", names(Schema$traces[[x]]$attributes), value = TRUE) %||% NULL
0 commit comments