Skip to content

Commit

Permalink
Fixed pct1 styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmw86069 committed Nov 12, 2024
1 parent 9660a02 commit 2db6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/venndir-label-style.R
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ venndir_label_style <- function
count=ifelse(use_count %in% "none", "",
jamba::formatInt(venndir_output$label_df$venn_counts, ...)),
percent=ifelse(use_percent %in% "none", "",
paste0(pct2, use_percent_values, "%", pct2)))
paste0(pct1, use_percent_values, "%", pct2)))
# paste in order?
use_text <- jamba::pasteByRow(use_text_df,
sep=percent_delim);
Expand Down

0 comments on commit 2db6e92

Please sign in to comment.