Skip to content

Commit e4e7ee0

Browse files
committed
Resolve conflict
1 parent 4d66dad commit e4e7ee0

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
@@ -39,6 +39,7 @@ position_nudgestack <- function(x = 0, y = 0, vjust = 1, reverse = FALSE) {
3939
PositionNudgeStack <- ggproto("PositionNudgeStack", Position,
4040
x = 0,
4141
y = 0,
42+
type = NULL,
4243
vjust = 1,
4344
fill = FALSE,
4445
reverse = FALSE,

0 commit comments

Comments
 (0)