hrbrmstr / streamgraph

:wavy_dash: htmlwidget for creating streamgraph visualizations in R
http://hrbrmstr.github.io/streamgraph/
Other
148 stars 49 forks source link

get interactive within Shiny #23

Open micaup opened 8 years ago

micaup commented 8 years ago

I saw your code to display the streamgraph within Shiny (Closed issue #6). I would like to catch events like getting coordinates from mouse click or getting the clicked elements back to Shiny server so I could use it to update other graphics, add or remove lines in the streamgraph... Is there ways to do that? Thanks a lot