Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
Does this PR already have an issue describing the problem ?
No
What kind of change does this PR introduce?
Feature
What is the current behavior?(You can also link to an open issue here)
Edge info labels drawn next to the edge, leading to overlapping & confusion when many edges
What is the new behavior (if this is a feature change)?
Edge info labels drawn on the corresponding edge (either parallel or perpendicular to the edge) with a white-transparent background
Does this PR introduce a breaking change or deprecate an API?
No
Other information
Changing the CSS to have the text background of the same colour than the edge itself instead of transparent white could also be an option:
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem ? No
What kind of change does this PR introduce? Feature
What is the current behavior? (You can also link to an open issue here) Edge info labels drawn next to the edge, leading to overlapping & confusion when many edges
What is the new behavior (if this is a feature change)? Edge info labels drawn on the corresponding edge (either parallel or perpendicular to the edge) with a white-transparent background
Does this PR introduce a breaking change or deprecate an API? No
Other information Changing the CSS to have the text background of the same colour than the edge itself instead of transparent white could also be an option: