Skip to content

Commit a9aa06e

Browse files
committed
opacity should respect alpha
1 parent cf58771 commit a9aa06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layers2traces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ make_error <- function(data, params, xy = "x") {
655655
text = data$hovertext,
656656
type = "scatter",
657657
mode = "lines",
658-
opacity = 1,
658+
opacity = aes2plotly(data, params, "alpha"),
659659
line = list(color = "transparent")
660660
)
661661
e[[paste0("error_", xy)]] <- list(

0 commit comments

Comments
 (0)