updated ui/ux

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-24 14:40:30 +01:00
commit 16adb622ee
No known key found for this signature in database
10 changed files with 389 additions and 363 deletions

View file

@ -302,6 +302,7 @@ data_visuals_server <- function(id,
{
tryCatch(
{
shiny::withProgress(message = "Drawing the plot. Hold tight for a moment..", {
rv$plot <- create_plot(
data = data(),
type = rv$plot.params()[["fun"]],
@ -309,6 +310,7 @@ data_visuals_server <- function(id,
y = input$secondary,
z = input$tertiary
)
})
},
# warning = function(warn) {
# showNotification(paste0(warn), type = "warning")