-
Notifications
You must be signed in to change notification settings - Fork 290
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
Only one custom edge rendered. #417
Comments
I had the same issue. I had numbers as the ids for links. I guess it was clashing with the node ids. I changed the link ids as alpha numeric and it started working. Hope it helps |
Same issue with me with ngx-graph:8.0.3 & angular:14.0.0.Even if after changing the link id to alphanumeric only one link is rendered |
I am also seeing this issue with ng-graph:8.0.3 & angular:14.1.0. Changing link and node ids did not fix for me. Is there any other workaround for this? |
This actually worked for me: #487 (comment) |
I also faced the same problem, when I uninstall @type/d3 in devDependencies and reinstalled now its working |
I have the same issue and tried all the proposed solutions, it still doesn't work. |
@Pellys98, it's the same for me. My project is with an angular 16 version. I always have the error. Have you found a solution? |
🔥 After one day of looking at it, I've found a solution => install the v8.2.2 of @swimlane/ngx-graph. |
en mi caso tengo angular 17 y me funciona tener la version 8.0.2 de ngx y de d3-selection la version 3.0.10 |
same issue here |
Same issue using the last version. |
Hello,
I tried to add arrows on my graph and only one is rendered
Here is the code for my graph
Screenshots
ngx-graph version
7.2.0
Additional context
Angular 10 & Bootstrap 5 used
Maybe I'm not doing it right, but I copied the example from the example.
Thanks for your time.
The text was updated successfully, but these errors were encountered: