Files
shiny/R
Joe Cheng b713057614 Implement click and hover events on static plots
plotOutput now takes clickId and hoverId params that tell Shiny
where to send click and hover events for that plot. The server.R
file can listen on input$<clickId> and/or input$<hoverId>. In
both cases, the resulting value will have numeric x and y elements
that indicate the mouse position in user coordinates. In the case
of hover events, it's also possible to have a NULL value which
means the mouse is not currently hovering over the plot.
2013-06-21 16:58:43 -07:00
..
2013-06-18 17:07:42 -07:00
2013-06-12 10:56:21 -05:00
2013-04-19 10:34:34 -07:00
2013-02-07 10:46:20 -06:00
2013-06-18 17:07:08 -07:00
2012-11-24 00:30:44 -08:00
2013-05-13 10:54:54 -05:00
2012-11-21 23:02:40 -08:00
2013-04-22 16:29:40 -07:00