Blazor.Diagrams icon indicating copy to clipboard operation
Blazor.Diagrams copied to clipboard

Rendering links takes more time than nodes

Open Manjunath1205 opened this issue 3 years ago • 1 comments

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

Manjunath1205 avatar Nov 22 '21 05:11 Manjunath1205

Hello, I did notice that as well too. Let me investigate to see why exactly it happens, then we can think of a solution.

zHaytam avatar Dec 01 '21 21:12 zHaytam

This ended up being normal as the nodes/ports need to render first so that we get their sizes using JS, then the links can know where to position themselves.

zHaytam avatar Sep 16 '22 19:09 zHaytam