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 e7fe048 commit a1f3a02Copy full SHA for a1f3a02
R/utils.R
@@ -834,7 +834,7 @@ verify_scattergl_platform <- function(p) {
834
if (!identical(.Platform$OS.type, "windows")) return(p)
835
if (!is_rstudio()) return(p)
836
837
- types <- vapply(p, function(x) x[["type"]] %||% "scatter", character(1))
+ types <- vapply(p$x$data, function(x) x[["type"]] %||% "scatter", character(1))
838
if ("scattergl" %in% types) {
839
warning(
840
"'scattergl' trace types don't currently render in RStudio on Windows",
0 commit comments