https://d1nmyq4gcgsfi5.cloudfront.net/site/neXt/discover/demo/
I am working on a topology visualization project using the Next framework. My goal is to create a hierarchical layout using NodeSet.Hierarchy. However, I encountered the following issue.When attempting to define and instantiate NodeSet.Hierarchy as an nx.ui.Component, the topology does not render as expected. Instead, I can successfully render the topology using nx.graphic.Topology directly.
Is NodeSet.Hierarchy officially supported for use with hierarchical layouts in nx.graphic.Topology?
I would appreciate any guidance or clarification on this issue. Thank you!