Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
917 stars 176 forks source link

Links not rendering #422

Open eliasstepanik opened 4 months ago

eliasstepanik commented 4 months ago

Hello, I wanted to try adding a Graph to my app. Sadly I am not getting the links between notes to render. I am running in .net 8.

The Links seems to be present but it does not render.

image image image image

frostholm commented 2 months ago

i have the same problem, hope to get some help for this.

A sample of a SSR Blazor application using the new "Blazor Web App" template would be appreciated. It uses app.razor for including css and scripts.

Maybe then i can see why it is not working for me

I really find this package/library very cool and interesting

frostholm commented 2 months ago

i have the same problem, hope to get some help for this.

A sample of a SSR Blazor application using the new "Blazor Web App" template would be appreciated. It uses app.razor for including css and scripts.

Maybe then i can see why it is not working for me

I really find this package/library very cool and interesting

I needed to add this to my Blazor page 👍 @page "/DiagramOverview" @rendermode InteractiveServer

then i can see links and also move around