Skip to content

Commit f3cf60b

Browse files
committed
fix event_data app
1 parent 5ffb9cb commit f3cf60b

File tree

1 file changed

+1
-1
lines changed
  • inst/examples/shiny/event_data

1 file changed

+1
-1
lines changed

inst/examples/shiny/event_data/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server <- function(input, output, session) {
4747
if (is.null(d)) "Click and drag events (i.e., select/lasso) appear here (double-click to clear)" else d
4848
})
4949

50-
output$brush <- renderPrint({
50+
output$brushed <- renderPrint({
5151
d <- event_data("plotly_brushed")
5252
if (is.null(d)) "Extents of the selection brush will appear here." else d
5353
})

0 commit comments

Comments
 (0)