powsybl / powsybl-diagram

SVG diagrams generation: single-line substation diagrams and network graph diagrams
Mozilla Public License 2.0
72 stars 13 forks source link

Allow user to choose to display edges to invisible nodes or not #610

Open So-Fras opened 4 months ago

So-Fras commented 4 months ago

Describe the current behavior

In network-area diagrams, invisible nodes are nodes that are directly connected to the nodes displayed in the diagram. They are part of the graph but are not displayed. However, the edges towards invisible voltage levels are drawn.

For highly-connected nodes, users may want not to display those edges, in order to increase readability: invisibleNodes However, it is not possible today.

Describe the expected behavior

Users should be able to choose whether they want to draw those edges or not.

Describe the motivation

Improve the network-area diagram customization and readability.

Extra Information

No response