graph-notebook
graph-notebook copied to clipboard
Workbench visualization multiple edges between two vertices have labels overlap
When you have two vertices with different edge labels between them they are being shown as two overlapping edges. This causes an issue where you cannot read either edge label. See attached images.
DETAILS:
I. We need to show different edge labels between two vertices as different edges, or we need to concatenate them so that they don't overlap making them unreadable
Users can separate the overlapping edges by re-running %%graph_notebook_vis_options
with the value of "edges"
->"smooth"
->"type"
changed from the default straightCross
to dynamic
.
More details at Issue https://github.com/aws/graph-notebook/issues/157.
We have updated the sample notebooks with an example of the above, in #366. Resolving.