Skip to content

Commit

Permalink
Merge branch '553_log_shiny_input_changes@main' of https://github.com…
Browse files Browse the repository at this point in the history
…/insightsengineering/teal.modules.general into 553_log_shiny_input_changes@main
  • Loading branch information
m7pr committed Jun 14, 2024
2 parents 63b3355 + 4653943 commit 88e10a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,11 @@ assert_single_selection <- function(x,

track_shiny_input_changes <- function(input) {
if (shiny::isRunning()) {

plot_nss <-
c("pca_plot", "myplot", "hist_plot", "qq_plot", "scatter_plot", "summary_plot", "combination_plot",
"by_subject_plot", "box_plot", "density_plot", "cum_density_plot", "variable_plot")
c(
"pca_plot", "myplot", "hist_plot", "qq_plot", "scatter_plot", "summary_plot", "combination_plot",
"by_subject_plot", "box_plot", "density_plot", "cum_density_plot", "variable_plot"
)

elements <- c("plot_modal_width", "flex_width", "plot_modal_height", "flex_height")

Expand Down

0 comments on commit 88e10a8

Please sign in to comment.