mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
updated ui/ux
This commit is contained in:
parent
1bfad4ba4c
commit
16adb622ee
10 changed files with 389 additions and 363 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue