Skip to content

Commit

Permalink
corrected text at info button (with interaction)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Feb 10, 2016
1 parent f20ac17 commit ee2dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny_examples/demo/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ shinyServer(function(input, output) {
})

observeEvent(input$info_btn, {
info("This plot supports mouse based-interaction, via clicking and brushing. The points selected or included in the selected area will be deleted and will not be considered in the analysis. In order to use this option correctly, the selection of the points must be carried out with only one graphical output marked. Once the points have been deleted, the other graphical output options can be marked.")
shinyjs::info("This plot supports mouse based-interaction, via clicking and brushing. The points selected or included in the selected area will be deleted and will not be considered in the analysis. In order to use this option correctly, the selection of the points must be carried out with only one graphical output marked and without interaction. Once the points have been deleted, the other graphical output and estimation options can be marked.")
})


Expand Down

0 comments on commit ee2dd3f

Please sign in to comment.