Blazor.Diagrams
Blazor.Diagrams copied to clipboard
A fully customizable and extensible all-purpose diagrams library for Blazor
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....
If diagram canvas margin-left is changed using a CSS transition, links are rendered with an offset
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...
Would be great to have a Auto Layout feature, I havent managed to find one in the Demo?
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...
### 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...
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...
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:...
It would be really nice to get a PDF of the diagram :-) Not sure how the API would look, maybe return an IFormFile?