Skip to content

Commit c1f09eb

Browse files
committed
Let line/path support shape aesthetic
1 parent 81483dc commit c1f09eb

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
@@ -41,7 +41,7 @@ markLegends <-
4141
## Legends based on sizes not implemented yet in Plotly
4242
## list(point=c("colour", "fill", "shape", "size"),
4343
list(point=c("colour", "fill", "shape"),
44-
path=c("linetype", "size", "colour"),
44+
path=c("linetype", "size", "colour", "shape"),
4545
polygon=c("colour", "fill", "linetype", "size", "group"),
4646
bar=c("colour", "fill"),
4747
step=c("linetype", "size", "colour"),

0 commit comments

Comments
 (0)