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 2f72838 commit 6791e4fCopy full SHA for 6791e4f
R/utils.R
@@ -510,7 +510,7 @@ verify_attr <- function(proposed, schema) {
510
# markers -- in that case, if marker.size is an array
511
# of length 1 will result in just one marker
512
# https://codepen.io/cpsievert/pen/aMmOza
513
- n <- length(proposed[["x"]] %||% proposed[["y"]])
+ n <- length(proposed[["x"]] %||% proposed[["y"]] %||% proposed[["lat"]] %||% proposed[["lon"]])
514
proposed$marker[["size"]] <- default(i(rep(s, n)))
515
}
516
0 commit comments