View source: R/module_plot.R View source: R/module_data_download.R
data download ui
plot UI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | plot_ui(
id,
min_height = "500px;",
action_widths = c(3, 6, 3),
left_actions = list(),
center_actions = list(),
right_actions = list(),
click = FALSE,
dblclick = FALSE,
brush_direction = NULL
)
plot_ui(
id,
min_height = "500px;",
action_widths = c(3, 6, 3),
left_actions = list(),
center_actions = list(),
right_actions = list(),
click = FALSE,
dblclick = FALSE,
brush_direction = NULL
)
|
brush_direction |
if NULL no brush, if "x", "y", or "xy", creates a brush |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.