Skip to content

Commit c1a8767

Browse files
committed
text should be a character vector
1 parent 1529245 commit c1a8767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/trace_generation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ geom2trace <- list(
536536
L <- list(x=data$x,
537537
y=data$y,
538538
name=params$name,
539-
text=data$text,
539+
text=as.character(data$text),
540540
type="scatter",
541541
mode="markers",
542542
marker=paramORdefault(params, aes2marker, marker.defaults))

0 commit comments

Comments
 (0)