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

Nothing much, just something that would be really appreciated.

Hi, I need to capture the zoom event only when the user spins the wheel but no when I set the zoom manually through SetZoom, the event is firing in...

enhancement

I'm using server side and adding links in OnInitialized, but what ends up happening is the page initially loads with the nodes laid out then shortly after the links are...

I have decided to port my former Blazor Server application to Blazor WASM, in case you're wondering about that, coming from our previous conversations 🙂 I am having huge performance...

One video for two issues :) The first one is, if I use shift-mousewheel, the diagram zooms. If I use mousewheel with no shift modifier, the diagram zooms as well...

I noticed when zooming the browser, the routing seems to change from orthogonal to straight line and back again, creating visual issues. The port positions also seem to get strange....

investigate

I'm creating this diagram using **Routers.Orthogonal** and **PathGenerators.Straight** when I create the LinkModels between ports. However one of the links appears broken. Creating the same diagram using the default **Router**...

Steps to reproduce: - scroll, a lot - Tested on [big canvas](https://blazor-diagrams.zhaytam.com/demos/performance) and is much more likely to crash - on canvases with not as much nodes it is harder...

enhancement
priority-low

When a normal (non-segmented) link is clicked by the user, it will be selected and the link can be deleted. But if `Segmentable==true` , a new vertex is added when...

enhancement