AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js
https://adeelk93.github.io/collapsibleTree/
158 stars 41 forks source link

Add node clicked shiny input event option #52

Open juba opened 4 years ago

juba commented 4 years ago

This pull request adds a new Shiny input slot, whose value changes each time a node is clicked. I am currently using collapsibleTree in a project where I need to know if a node has been clicked twice in a row. With the current node clicked input the value doesn't change if the same node is clicked twice.

Thanks !