Skip to content

Commit 78aac12

Browse files
committed
Support multiple traces for histogram type in the future
1 parent efeb853 commit 78aac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ggplotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ markLegends <-
226226
polygon=c("colour", "fill", "linetype", "size", "group"),
227227
bar=c("fill"),
228228
step=c("linetype", "size", "colour"),
229-
histogram=c("fill"))
229+
histogram=c("colour", "fill"))
230230

231231
markUnique <- as.character(unique(unlist(markLegends)))
232232

0 commit comments

Comments
 (0)