Treshold to threshold
This commit is contained in:
parent
a613384bf3
commit
5ae7b48626
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ donut <- function(df,
|
||||||
# Add text labels
|
# Add text labels
|
||||||
if (add_text) {
|
if (add_text) {
|
||||||
|
|
||||||
df <- dplyr::mutate(df, y_treshold = ifelse({{ y }} >= add_text_treshold_display, {{ y }}, NA ))
|
df <- dplyr::mutate(df, y_treshold = ifelse({{ y }} >= add_text_threshold_display, {{ y }}, NA ))
|
||||||
|
|
||||||
g <- g +
|
g <- g +
|
||||||
ggplot2::geom_text(
|
ggplot2::geom_text(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue