allows ... inputs in plot models

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-05-29 11:47:15 +02:00
commit f2a522dcb6
No known key found for this signature in database
10 changed files with 20 additions and 15 deletions

View file

@ -39,14 +39,14 @@ plot_bar <- function(data,
sec = sec,
style = style,
max_level = max_level,
color.palette = color.palette
color.palette = color.palette,
...
)
})
wrap_plot_list(out,
title = glue::glue(i18n$t("Grouped by {get_label(data,ter)}")),
y.axis.percentage = TRUE,
...)
y.axis.percentage = TRUE)
}