Replies: 1 comment
-
Hey @loopmode you might be interested in checking out It's partially implemented with cc @conglei |
Beta Was this translation helpful? Give feedback.
-
Hey @loopmode you might be interested in checking out It's partially implemented with cc @conglei |
Beta Was this translation helpful? Give feedback.
-
I'm using
@vx/network
and users of the app can draw graphs of arbitrary complexity.Is it possible to have collapsible functionality, much like with the many Tree and hierarchy examples, but with
import { Graph } from '@vx/network'
?I've read #162 and looked at the examples and their code, and by the looks of the examples, it's just what I need, any of those :)
However, I'm not sure how to approach the problem with the network data structure. I do not necessarily have a directed graph or a single root node..
Anybody done collapsible network graphs already? I'd appreciate any idea or suggestion.
Beta Was this translation helpful? Give feedback.
All reactions