We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eaf39 commit e85ee24Copy full SHA for e85ee24
1 file changed
R/ggplotly.R
@@ -686,6 +686,7 @@ gg2list <- function(p, width = NULL, height = NULL,
686
ticktext <- rng[[xy]]$get_labels %()% rng[[paste0(xy, ".labels")]]
687
tickvals <- rng[[xy]]$break_positions %()% rng[[paste0(xy, ".major")]]
688
689
+ # https://github.com/tidyverse/ggplot2/pull/3566#issuecomment-565085809
690
ticktext <- ticktext[!is.na(ticktext)]
691
tickvals <- tickvals[!is.na(tickvals)]
692
0 commit comments