Blazor.Diagrams
Blazor.Diagrams copied to clipboard
A fully customizable and extensible all-purpose diagrams library for Blazor
It seems as though there are a bunch of demos and examples for this app. Unfortunately, the link to them on both the home page and this repo's readme are...
Fix a NRE in the DemoSite's Options page.
Link labels do not render at all when using Firefox. This can be reproduced on the [Blazor Diagrams home page](https://blazor-diagrams.zhaytam.com/):  Expected result:  I have tested Firefox on (latest...
I am wondering if it's possible to know when all nodes and links have been displayed onto the canvas? And also, if it's possible to redraw them if they haven't...
Add a control type for controls that are always visible
I'd like to add a default Width to the diagram link options, similar to color of links. I would add BlazorDiagramLinkOptions.DefaultWidth and use that in the constructor of LinkModel and...
Can it be serialized now? Saving it to a database is a common requirement, will it be implemented? Thank you for providing such a powerful library. If serialization could be...
I have added a `ResizeControl` which is an `ExecutableControl` and has an `IResizerProvider`. Each `ResizeControl` added to a node adds a 'resizer' which is by default, a small box at...
I have tried making a custom DragNewBehavior, because I only want to be able to drag links from outgoing Ports. This results in the RenderLinkTree call to experience a NullReferenceError....