Skip to content

Commit f53e52a

Browse files
committed
remove unneeded panel margin padding multiplier
1 parent d64d757 commit f53e52a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/ggplotly.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ gg2list <- function(p, width = NULL, height = NULL, tooltip = "all", source = "A
277277
theme[["strip.text.x"]] %||% theme[["strip.text"]],
278278
"npc", "height"
279279
)
280-
# TODO: why does stripSize need to be inflated here?
281-
panelMarginY <- panelMarginY + 1.5 * stripSize
282280
# space for ticks/text in free scales
283281
if (p$facet$free$x) {
284282
axisTicksX <- unitConvert(

0 commit comments

Comments
 (0)