Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links not rendering #422

Open
eliasstepanik opened this issue Feb 29, 2024 · 2 comments
Open

Links not rendering #422

eliasstepanik opened this issue Feb 29, 2024 · 2 comments

Comments

@eliasstepanik
Copy link

eliasstepanik commented Feb 29, 2024

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
Copy link

frostholm commented Apr 26, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants