Skip to content

Overlapping node labels #5

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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