We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5684fd commit f800c12Copy full SHA for f800c12
R/ggplotly.R
@@ -527,7 +527,7 @@ gg2list <- function(p){
527
yanchor="top")
528
nann <- nann + 1
529
}
530
-
+ }
531
# axes titles
532
annotations[[nann]] <- make.label(xaxis.title,
533
0.5,
@@ -538,9 +538,7 @@ gg2list <- function(p){
538
-outer.margin,
539
540
textangle=-90)
541
542
- layout$annotations <- annotations
543
- }
+ layout$annotations <- annotations
544
545
546
# Remove legend if theme has no legend position
0 commit comments