diff --git a/R/stat-bindot.R b/R/stat-bindot.R index 128a5a6a47..66e40ce6cb 100644 --- a/R/stat-bindot.R +++ b/R/stat-bindot.R @@ -126,7 +126,7 @@ StatBindot <- ggproto("StatBindot", Stat, return(data) }, - dropped_aes = "weight" + dropped_aes = c("weight", "bin", "bincenter") )