Skip to content

Commit 5271987

Browse files
committed
Resolve conflict
1 parent 771918d commit 5271987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/position-nudgestack.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ position_nudgestack <- function(x = 0, y = 0, vjust = 1, reverse = FALSE) {
4444
PositionNudgeStack <- ggproto("PositionNudgeStack", Position,
4545
x = 0,
4646
y = 0,
47+
type = NULL,
4748
vjust = 1,
4849
fill = FALSE,
4950
reverse = FALSE,

0 commit comments

Comments
 (0)