Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbengler committed Oct 22, 2023
1 parent 52dbc54 commit b52c038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/add.R
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ add_donut <- function(gg, bar_width = 1, reverse = FALSE, ...) {
gg <- gg + ggplot2::geom_col(ggplot2::aes(x = NA), position = ggplot2::position_fill(reverse = reverse),
width = bar_width, color = NA, ...)
}

suppressMessages(
gg +
ggplot2::scale_x_discrete(limits = function(x) c("", "", x)) +
Expand Down
6 changes: 6 additions & 0 deletions R/todo.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# re-think add_area() and add_line()

# re-think "alpha" and "fill_alpha"

# make "pie", "barstack" and "areastack" into function factories

# check whether mean, median, sum, count are NA-safe
# looks okay

Expand Down

0 comments on commit b52c038

Please sign in to comment.