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

I designed my own custom nodes that inherits the `NodeModel` class. My plan is to make a simple workflow. Sometimes when I move the custom nodes around, the links appear...

bug
cant-reproduce
need-user-input

with example's razor file contains NavigatorWidget: and *Component.cs file OnInitialized() does **not** Add Nodes or Links to diagram, then, I got "Unhandled exception rendering component: Object reference not set to...

bug

Hi, so I'm using v2.1.6 of the library in Blazor Server and have a diagram in a collapsable component (where a button is used to toggle the render fragment of...

bug

While `CanAttachTo` is really helpful, sometimes it's beneficial to have the inverse, i.e. ` CanAttachFrom` when you want to permit/deny attachment `from` a `port`. It's the same logic (as `CanAttachTo`)...

enhancement
need-user-input

Hey, I added a function and reused your code to be able to zoom into specific models(groups, nodes, links and ports). I also added an example to the samples page....

During evaluation we noticed that a custom node containing a rather large amount of ports (76 during my testing) can result in very poor performance while adding that node type...

performance

Update all the projects to use .NET 6, which will help with features such as Import/Export (json) & better SVG support

Hi, I was using your library to do some testing and was wondering if it is possible to align te nodes for instance left (or above of below) from the...

enhancement

In the link customization [docu](https://blazor-diagrams.zhaytam.com/customization) there is the line: `// Also usable: _diagram.Options.Links.DefaultLinkComponent = typeof(ThickLink);` this doesnt work and should be: `// Also usable: _diagram.Options.Links.DefaultLinkComponent = typeof(ThickLinkWidget);` ( maybe you...

documentation

While loading the diagram to canvas, Nodes gets loaded quickly where as links takes some time to get loaded.

investigate