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 fa93fd1 commit 91b6ffdCopy full SHA for 91b6ffd
R/ggplotly.R
@@ -79,7 +79,7 @@ ggplotly.ggmatrix <- function(p = ggplot2::last_plot(), width = NULL,
79
subplotList <- c(subplotList, list(s))
80
}
81
s <- layout(subplot(subplotList, nrows = 1), width = width, height = height)
82
- if (nchar(p$title) > 0) {
+ if (nchar(p$title %||% "") > 0) {
83
s <- layout(s, title = p$title)
84
85
s
0 commit comments