I am trying to use nearPoints() function in Shiny with bar-graphs(both basic and ggplotpackages). But when the page is rendered, none of the click, dbclick, hover are not working with the bar-graphs.
My aim is to show either a dataTable or verbatimTextOutput (containing the rows of the clicked bar) when a bar on the bar-graph is clicked. I can do the above mentioned operations on a scattered plot but not on a bar graph.
The examples mentioned in the Shiny documentation page only showed the scattered plots examples. I just want to know if the nearPoints() and brushedPoints() (similar function for a range on the plot) functions work with bar-graphs or not ?
--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/6179b24e-0604-4f04-9e9b-5f3fe7111482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--