new renders

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-05-30 19:59:31 +02:00
commit ab3df0eda6
No known key found for this signature in database
22 changed files with 97 additions and 38 deletions

View file

@ -1 +1 @@
hosted_version <- function()'v26.4.2-260528'
hosted_version <- function()'v26.4.2-260530'

View file

@ -76,7 +76,7 @@ vertical_stacked_bars <- function(data,
colors <- generate_colors(n = nrow(df.table), palette = color.palette)
## Colors are reversed by default as that usually gives the best result
if (isTRUE(reverse)) {
if (isTRUE(reverse) | reverse=="TRUE") {
colors <- rev(colors)
}