Blazor.Diagrams
Blazor.Diagrams copied to clipboard
A fully customizable and extensible all-purpose diagrams library for Blazor
Hi just a question on how to detach a link from one node and reattach to another node. If this is not possible, please make this an enhancement request.
I am very new to this package so I am sure I missed something. Apologies in advance if this is in the wrong spot. I created this class ~~~C# public...
Hi, just discovering diagrams and looks interesting. Is there a way to expand or collapse child nodes when clicking on a port ? This would be interesting for large diagrams.
https://user-images.githubusercontent.com/11338430/112401330-33984400-8d02-11eb-9b55-11ba7bde49ba.mp4 First impression is - the layout overlapping is not great. The map is partially visible. Nodes overlap other screen items which is odd. 00:00 - the first node drag...
There is potential for this project to get more complex. Unit Tests are important.
- Added GridSnapToCenter to DiagramOptions - In Drag Behavior, check the option to see if the snap point should be the Top Left (GridSnapToCenter = false) or center of the...
Before this change 'ShouldDelete*' would call passed 'Func' once for every selection. With this change, it calls 'Func' only once for multiple selections. Issue discussed : https://github.com/Blazor-Diagrams/Blazor.Diagrams/issues/164