graph-notebook icon indicating copy to clipboard operation
graph-notebook copied to clipboard

Workbench visualization multiple edges between two vertices have labels overlap

Open bechbd opened this issue 4 years ago • 1 comments

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 Screen Shot 2020-08-18 at 3 18 56 PM Screen Shot 2020-08-18 at 3 19 00 PM

bechbd avatar Nov 19 '20 21:11 bechbd

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.

michaelnchin avatar Jan 25 '22 23:01 michaelnchin

We have updated the sample notebooks with an example of the above, in #366. Resolving.

michaelnchin avatar Oct 29 '22 01:10 michaelnchin