Describe the current behavior
Since powsybl-diagram v4.8.0, one may customize completely the style of a network-area diagram thanks to a CustomStyleProvider (see powsybl/powsybl-diagram#678). When using the nad-viewer, this requires a new call to the java code (hence a request to the back-end)
Describe the expected behavior
Customize completely the style of the displayed network-area diagram through a method to give the style information, similarly to setBranchStates and setVoltageLevelStates` methods, hence more responsive than with a call to the back-end
Describe the motivation
Quicker diagram customization
Extra Information
No response
Describe the current behavior
Since powsybl-diagram v4.8.0, one may customize completely the style of a network-area diagram thanks to a CustomStyleProvider (see powsybl/powsybl-diagram#678). When using the nad-viewer, this requires a new call to the java code (hence a request to the back-end)
Describe the expected behavior
Customize completely the style of the displayed network-area diagram through a method to give the style information, similarly to
setBranchStatesand setVoltageLevelStates` methods, hence more responsive than with a call to the back-endDescribe the motivation
Quicker diagram customization
Extra Information
No response