Hello,
It would be great to have the ability to set position of the watermark. Currently we can only set property hideWatermark on the FlowConfig to hide the watermark completely. Also the documentation suggests that it should be possible to change watermark position - in the linked doc page:
Position for diagram overlay panels (minimap, watermark, etc.).
but actually there is no way of setting watermark position apart from updating it directly in styles e.g.:
::ng-deep ng-diagram-watermark {
top: auto !important;
right: auto !important;
bottom: 10px;
left: 10px;
}
I think adding something like a watermarkPosition: NgDiagramPanelPosition to the NgDiagramConfig would be beneficial.
Hello,
It would be great to have the ability to set position of the watermark. Currently we can only set property
hideWatermarkon the FlowConfig to hide the watermark completely. Also the documentation suggests that it should be possible to change watermark position - in the linked doc page:but actually there is no way of setting watermark position apart from updating it directly in styles e.g.:
I think adding something like a
watermarkPosition: NgDiagramPanelPositionto the NgDiagramConfig would be beneficial.