View source: R/plotly_server.R
plotly_server | R Documentation |
Plotly Server
plotly_server(
id,
plot_data,
group_data = shiny::reactive(NULL),
eventdata = shiny::reactive(NULL)
)
id |
Module ID |
plot_data |
A shiny::reactive that returns a dataframe |
group_data |
A shiny::reactive that returns NULL or a dataframe. It must have the columns "group_name", "group_display" and "group_description" |
eventdata |
A shiny::reactive that returns NULL or a dataframe. It must have the column "x" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.