feat: euler limited to dichotomous data not to crash the server
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-09-25 12:17:44 +02:00
parent 783b454af4
commit 328ca287ff
No known key found for this signature in database

View file

@ -554,11 +554,11 @@ supported_plots <- function() {
fun = "plot_euler",
descr = i18n$t("Euler diagram"),
note = i18n$t("Generate area-proportional Euler diagrams to display set relationships"),
primary.type = c("dichotomous", "categorical"),
secondary.type = c("dichotomous", "categorical"),
primary.type = c("dichotomous"),
secondary.type = c("dichotomous"),
secondary.multi = TRUE,
secondary.max = 4,
tertiary.type = c("dichotomous", "categorical"),
tertiary.type = c("dichotomous"),
secondary.extra = NULL
)
)