- Issue created by @eduardo morales alberti
The entity_mesh module currently uses a d3-based graphic to visualize node connections, with nodes represented as balls and connections as lines. However, when a source node has multiple links to the same target node, the visualization only shows a single line, making it impossible to determine the actual number of connections between those nodes. This limits the usefulness of the visualization in scenarios where multiple relationships exist between the same pair of entities.
Enhance the d3 visualization so that when there are multiple links between the same pair of nodes, a number is displayed on or near the connecting line, indicating the count of links from the source to the target. This would allow users to accurately interpret the relationships and better understand the underlying data structure.
When multiple links exist between two nodes, a numeric label will be displayed on the line connecting them in the d3 graph. No other UI changes are expected.
Active
1.0
Code