Skip to content

Better support for multi level graphs #125

@saskaale

Description

@saskaale

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

  1. 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

  2. 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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions