talgalili / d3heatmap

A D3.js-based heatmap htmlwidget for R
Other
236 stars 95 forks source link

return mouse event to server? #47

Open mengchen18 opened 8 years ago

mengchen18 commented 8 years ago

Thanks for the amazing package. I am not sure how hard it is - is it possible to return some mouse events using the d3heatmapOutput function? So the columns and row names could be returned to the server and accessed by downstream code. Just like arguments in plotOutput function - "click", "dbclick", "hover", ...

d3heatmapOutput(outputId, width = "100%", height = "400px")

plotOutput(outputId, width = "100%", height = "400px", click = NULL, dblclick = NULL, hover = NULL, hoverDelay = NULL, hoverDelayType = NULL, brush = NULL, clickId = NULL, hoverId = NULL, inline = FALSE)

Thanks :)

zji90 commented 8 years ago

+1

EhsonGhandehari commented 6 years ago

Hi, I am interested also in adding some mouse events to the d3heatmapoutput. Has there been any updates on this?