Skip to content

Commit e85ee24

Browse files
committed
link to comment
1 parent 63eaf39 commit e85ee24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/ggplotly.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ gg2list <- function(p, width = NULL, height = NULL,
686686
ticktext <- rng[[xy]]$get_labels %()% rng[[paste0(xy, ".labels")]]
687687
tickvals <- rng[[xy]]$break_positions %()% rng[[paste0(xy, ".major")]]
688688

689+
# https://github.com/tidyverse/ggplot2/pull/3566#issuecomment-565085809
689690
ticktext <- ticktext[!is.na(ticktext)]
690691
tickvals <- tickvals[!is.na(tickvals)]
691692

0 commit comments

Comments
 (0)