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 122 Blazor.Diagrams issues
Sort by recently updated
recently updated
newest added

Steps to reproduce. Create nodes with TopLeft, TopRight, BottomLeft, BottomRight and try to connect two nodes. The app will crash with Error: System.NotImplementedException: The method or operation is not implemented....

enhancement

I have a left navigation bar that collapses from 180px width to 50px width on small screen sizes. At the same time the left margin of the diagram canvas is...

bug
cant-reproduce

Would be great to have a Auto Layout feature, I havent managed to find one in the Demo?

enhancement

Hi, I noticed that, after zooming in/out and redrawing the chart by defining a different list of nodes and links, some of my orthogonal lines were drawn as straight lines...

bug
investigate

### Hey, I've added this feature to my Diagram implementation which allows me to Undo & Redo some actions (only supports Node & Link Add/Remove for now). Since this can...

Hi, is there any way to implement a Moveable & scalable grid ( w/ pan and zoom respectively)? The static approach done in the demo can be a little visually...

enhancement

Altought this code is specific for the model of my project (w/ InPorts & OutPorts) I've made a recursive method to organize the graph layout horizontally. Example: [Before auto layout...

Currently links between same pairs of nodes are stacked over each other. This has the following issues: * no way to know how many links there are * no way...

enhancement

Not sure if this is 'by design' but there is no way for a user to create links between portless nodes: https://blazor-diagrams.zhaytam.com/nodes/portless-links This is in direct contrast to ported nodes:...

enhancement

It would be really nice to get a PDF of the diagram :-) Not sure how the API would look, maybe return an IFormFile?

enhancement