Skip to content

Commit 62a9792

Browse files
committed
respect notch/notchwidth
1 parent f9f2844 commit 62a9792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/layers2traces.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,8 @@ geom2trace.GeomBoxplot <- function(data, params, p) {
786786
frame = data[["frame"]],
787787
ids = data[["ids"]],
788788
type = "box",
789+
notched = params[["notch"]],
790+
notchwidth = params[["notchwidth"]],
789791
fillcolor = toRGB(
790792
aes2plotly(data, params, "fill"),
791793
aes2plotly(data, params, "alpha")

0 commit comments

Comments
 (0)