[Graph] Links colors
Summary
There is a problem in graph explorer with the management of the links. Link color are not updated after a Louvain or a fitler.
Steps to reproduce
-
Create a graph, filter the link by confluence to make them disappear (ex. confluence 0.3) and then filter back (ex. confluence 0). Restored links are in white
-
Create a graph, filter the link by confluence to make them disappear (ex. confluence 0.3) and run the Louvain. Cluster a recomputed, nodes change their color but not links.
What is the current bug behavior?
Wrong color for links
What is the expected correct behavior?
Visible links should be of the color of the source node.
Relevant logs and/or screenshots
Possible fixes
Fix the Louvain such that is also recolor the links When restoring a link after filter, either keep the color of the link before filtering or run a louvain to get the correct color. /!\ : put a little delay before launching the louvain (~1s) to avoid multiple launches while sliding down the filter.