Skip to content

Commit

Permalink
styler::style_pkg()
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Jul 24, 2023
1 parent 9de31a6 commit 02e492a
Show file tree
Hide file tree
Showing 11 changed files with 290 additions and 249 deletions.
2 changes: 1 addition & 1 deletion R/mod_comparison_handler.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mod_comparison_handler_server <- function(id, r) {
})

# When current simulation result or available simulation result change, update palette
observeEvent(list(r$result_df, names(r$all_sim_results)),{
observeEvent(list(r$result_df, names(r$all_sim_results)), {
req(r$result_df)
r$palette <- c(main_color(unique(r$result_df$name)), compared_color(names(r$all_sim_results)))
})
Expand Down
Loading

0 comments on commit 02e492a

Please sign in to comment.