Skip to content

Commit

Permalink
rm stack = "zero" #27
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Jan 29, 2021
1 parent 8ac32c4 commit 7554ed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/mark.R
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ mark_density <- function(v, encoding = NULL, data = NULL, selection = NULL, ...,
v$layer[[last]]$encoding$x$field <- "value"
v$layer[[last]]$encoding$x$scale$padding <- .5
v$layer[[last]]$encoding$y <- c(enc$y, field = "density", type = "quantitative")
v$layer[[last]]$encoding$y$stack <- "zero"
v
}

Expand Down

0 comments on commit 7554ed8

Please sign in to comment.