-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Change graph layout (see loading external layouts documentation)
- Layouts other than
cosemay work better with the avoiding overlap settings:
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request