##----------------------------------------------------------------------------##
## 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())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.