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 to give user-chosen positions for network-area-diagram text nodes #609

Open So-Fras opened 4 months ago

So-Fras commented 4 months ago

Describe the current behavior

In network-area diagrams, text node positions are:

Users are not able to assign them a fixed position as an input (as it is possible to do for voltage level nodes).

Describe the expected behavior

Users should be able to assign a fixed position to text nodes as an input, similarly to what is done for voltage level nodes (see FixedLayoutFactory for example).

Describe the motivation

Improve the customization of the network-area-diagram layout.

Extra Information

No response