AdeelK93 / collapsibleTree

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

[Feature Request] Prune/Search the tree without reloading #20

Closed xfdeng2008 closed 6 years ago

xfdeng2008 commented 7 years ago

Are we able to search the tree without reloading? (1) search against the whole tree, then a sub-tree is returned; (2) search against a selected set of nodes, then a sub tree is returned; (3) for (1) and (2) the result can be either a sub-tree or unfolding and highlighting the matched node.

AdeelK93 commented 6 years ago

What do you mean by search the tree?

AdeelK93 commented 6 years ago

I'm going to close this issue because I don't really understand it