Skip to content

Overlapping node labels #5

@drelliche

Description

@drelliche

Problem: the node labels overlap in the graph display, making them hard to read.

While this looks like a small problem, it will likely require a total overhaul of the way the graph is rendered because changing which modules are selected will need to change the way the nodes are displayed.

Possible things to try:

 layout={'name': 'cose', 
                            'nodeDimensionsIncludeLabels': 'true',
                            'avoidOverlap':'true'
                            },
  • reload the graph each time, rather than just updating the stylesheet (different displayed nodes need to be moved around as their labels are turned on and off)
  • Consider other visualization tools (Cytoscape may only have so much utility, and doesn't need to be the final version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions