Skip to content

Commit a076a10

Browse files
authored
Fix warning regression in geom_dotplot() (#5277)
1 parent dcd1eb2 commit a076a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-bindot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ StatBindot <- ggproto("StatBindot", Stat,
126126
return(data)
127127
},
128128

129-
dropped_aes = "weight"
129+
dropped_aes = c("weight", "bin", "bincenter")
130130
)
131131

132132

0 commit comments

Comments
 (0)