Skip to content

Commit

Permalink
i am having major beef with R docs right now, don't mind me
Browse files Browse the repository at this point in the history
  • Loading branch information
andreweatherman committed Sep 9, 2023
1 parent b3027cc commit 1045844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/gt-bar-html.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @param labels `TRUE`/`FALSE` logical representing if labels should be plotted. Defaults to `FALSE`, meaning that no value labels will be plotted.
#' @param inside_label_color A character representing the color for labels inside the bar. Defaults to 'white'.
#' @param outside_label_color A character representing the color for labels outside the bar. Defaults to 'black'.
#' @param label_value_cutoff A number, [0,1], representing where to set the inside/outside label boundary. Defaults to 0.50 (50%) of the column's maximum value.
#' @param label_value_cutoff A number, 0 to 1, representing where to set the inside/outside label boundary. Defaults to 0.50 (50%) of the column's maximum value.
#' @param digits A number representing how many decimal places to be used in label rounding. Defaults to 1.
#' @param scale_label `TRUE`/`FALSE` logical representing if the label values should be scaled by 100. Defaults to `TRUE`, meaning the values will be scaled when transformed to labels.
#' @param percent_sign `TRUE`/`FALSE` logical representing if a percent sign, `%`, should be appended to the labels. Defaults to `TRUE`.
Expand Down
2 changes: 1 addition & 1 deletion man/gt_plt_bar_pct.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1045844

Please sign in to comment.