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)
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:
cosemay work better with the avoiding overlap settings: