We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c338ea0 commit 95310d3Copy full SHA for 95310d3
R/tm_p_scatterplot.R
@@ -83,7 +83,7 @@ srv_p_scatterplot <- function(id,
83
dplyr::filter(filter_var == input_event_type) |>
84
dplyr::select(subject_var, x_var, y_var, color_var) |>
85
dplyr::mutate(color_var = factor(color_var, levels = names(colors)))
86
- p <- plot_ly(
+ p <- plotly::plot_ly(
87
data = plot_data,
88
x = ~x_var,
89
y = ~y_var,
0 commit comments