Blazor.Diagrams icon indicating copy to clipboard operation
Blazor.Diagrams copied to clipboard

A fully customizable and extensible all-purpose diagrams library for Blazor

Results 143 Blazor.Diagrams issues
Sort by recently updated
recently updated
newest added

- Zoom in - Zoom out - Zoom to fit

enhancement

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: ![image](https://github.com/Blazor-Diagrams/Blazor.Diagrams/assets/2299409/5f41fb55-80dd-4fc9-8c68-7cca367843a0) How can I change this so that the links...

need-user-input

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....

question
answered

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.