Skip to content

Commit

Permalink
Show info for nearest country
Browse files Browse the repository at this point in the history
  • Loading branch information
mawds committed Aug 9, 2018
1 parent f44d98c commit ee34c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worked_example/app.R
Expand Up @@ -67,7 +67,7 @@ server <- function(input, output) {
})

output$clickData <- renderPrint(({
input$plotClick
nearPoints(plotData(), input$plotClick, maxpoints = 1)
}))
}

Expand Down

0 comments on commit ee34c67

Please sign in to comment.