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 5ffb9cb commit f3cf60bCopy full SHA for f3cf60b
inst/examples/shiny/event_data/app.R
@@ -47,7 +47,7 @@ server <- function(input, output, session) {
47
if (is.null(d)) "Click and drag events (i.e., select/lasso) appear here (double-click to clear)" else d
48
})
49
50
- output$brush <- renderPrint({
+ output$brushed <- renderPrint({
51
d <- event_data("plotly_brushed")
52
if (is.null(d)) "Extents of the selection brush will appear here." else d
53
0 commit comments