##----------------------------------------------------------------------------##
## Update projection plot when expression_projection_data_to_plot() changes.
##----------------------------------------------------------------------------##
observeEvent(expression_projection_data_to_plot(), {
req(expression_projection_data_to_plot())
# message('--> trigger update plot')
expression_projection_parameters_other[['reset_axes']] <- FALSE
expression_projection_update_plot(expression_projection_data_to_plot())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.