Openning this ticket as a feature request for the refractor of the multilevel graph nodes.
DESIRED BEHAVIOR
- The changing of the levels would be based on the zoom level instead of the click on the node.
POSSIBLE IMPLEMENTATIONS
-
SHOWING/HIDING nodes according to their levels (PREFERED)
- the nodes would have the integer variable associated to their "level"
- show only nodes with one level according to the zoom
CHALLENGES
- maintain graph layout in the nested levels
-
REDRAWING THE GRAPH (through set() method) according to the zoom level
CHALLENGES
- maintaining continuous zoom while REDRAWING (calling set()) the graph with the big subgraph
Openning this ticket as a feature request for the refractor of the multilevel graph nodes.
DESIRED BEHAVIOR
POSSIBLE IMPLEMENTATIONS
SHOWING/HIDING nodes according to their levels (PREFERED)
CHALLENGES
- maintain graph layout in the nested levels
REDRAWING THE GRAPH (through set() method) according to the zoom level
CHALLENGES
- maintaining continuous zoom while REDRAWING (calling set()) the graph with the big subgraph