Skip to content

Commit d8d71ae

Browse files
committed
add key to GeomPoint
1 parent 84496d0 commit d8d71ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

R/layers2traces.R

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ geom2trace.GeomPoint <- function(data, params) {
385385
x = data$x,
386386
y = data$y,
387387
text = data$text,
388+
key = data$key,
388389
type = "scatter",
389390
mode = "markers",
390391
marker = list(

R/subplots.R

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#' }
2222

2323

24-
## TODO: throw warning if geo and non-geo coordinates are used!!!
2524
subplot <- function(..., nrows = 1, which_layout = "merge", margin = 0.02) {
2625
# note that dots is a _list of plotlys_
2726
dots <- lapply(list(...), plotly_build)

0 commit comments

Comments
 (0)