Skip to content

Commit 47b4bd0

Browse files
authored
propagate spacing (#5615)
1 parent 63cfa5e commit 47b4bd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/guide-axis-stack.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ guide_axis_stack <- function(first = "axis", ..., title = waiver(), theme = NULL
6666
theme = theme,
6767
guides = axes,
6868
guide_params = params,
69+
spacing = spacing,
6970
available_aes = c("x", "y", "theta", "r"),
7071
order = order,
7172
position = position,
@@ -86,6 +87,7 @@ GuideAxisStack <- ggproto(
8687
guides = list(),
8788
# List of parameters to each guide
8889
guide_params = list(),
90+
spacing = NULL,
8991
# Standard guide stuff
9092
name = "stacked_axis",
9193
title = waiver(),

0 commit comments

Comments
 (0)