Blazor.Diagrams
Blazor.Diagrams copied to clipboard
A fully customizable and extensible all-purpose diagrams library for Blazor
I am looking for a way to send particular nodes to background, so link would be on top of the node. For example there are 3 nodes going one by...
If I'm using the Smooth PathGenerator with nodes without anchors, the links often attach to the node tangentially, not orthogonally:  How can I change this so that the links...
Is there any functionality to auto-layout a diagram, e.g. Org-chart style (top down), or left-to-right (time-line?) horizontal layout. Many thanks
I want to create diagrams with your library. I need a feature to freeze nodes and links until the user after finishing creating diagrams can't change their position of them....
The DiagramCanvas component seems to behave differently on page refreshes / different lifecycle steps. It's a bit nondeterministic, so it's hard to reproduce / describe. Ultimately, what I want to...
I am getting this issue trying to get the package working on .Net 8 for the following diagram component page: "The name Diagrams does not exist in this context". @using...
If the diagram does not have AllowPanning set to true then the cursor will not be a hand and instead will be the default pointer
Add an Enabled flag which governs whether a link can be drawn from a node port or not.
Handle null rectangle gracefully so that diagram can render in unit test without JS.