talgalili / d3heatmap

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

Hook to return selected row? #37

Open hardwhack opened 9 years ago

hardwhack commented 9 years ago

I have been looking for an interactive heatmap package for a while and I really like what you did w/ d3heatmap. Thank you for sharing this.

I am interested in plotting a line chart restricted to the a single selected row. Currently the heatmap will highlight the selected row. I wanted a "hook function" that returns what row is selected so I can plot a line chart restricted to just that row.

Could you possibly give me a clue as to where it would be easiest to implement such a function? Can it be done by modifying the shiny server function for d3heatmap?

NahuelGrasso commented 8 years ago

Hello, I am also interested in this functionality. Any news on this subject? any branch that covers it?