We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325456a commit e0368b0Copy full SHA for e0368b0
R/position-nudgestack.R
@@ -39,6 +39,7 @@ position_nudgestack <- function(x = 0, y = 0, vjust = 1, reverse = FALSE) {
39
PositionNudgeStack <- ggproto("PositionNudgeStack", Position,
40
x = 0,
41
y = 0,
42
+ type = NULL,
43
vjust = 1,
44
fill = FALSE,
45
reverse = FALSE,
0 commit comments