inst/shiny/v1.3/overview/event_projection_update_plot.R

##----------------------------------------------------------------------------##
## Update projection plot when overview_projection_data_to_plot() changes.
##----------------------------------------------------------------------------##
observeEvent(overview_projection_data_to_plot(), {
  req(overview_projection_data_to_plot())
  # message('update_plot')
  overview_projection_update_plot(overview_projection_data_to_plot())
})
romanhaa/cerebroApp documentation built on Nov. 25, 2021, 5:29 p.m.