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

ForceDirectedGraph.fromJson not working #7

Open
tunguyen-zien opened this issue Aug 29, 2024 · 1 comment
Open

ForceDirectedGraph.fromJson not working #7

tunguyen-zien opened this issue Aug 29, 2024 · 1 comment

Comments

@tunguyen-zien
Copy link

tunguyen-zien commented Aug 29, 2024

Hi, I'm facing an issue where I cannot generate edges when initializing the graph using the ForceDirectedGraph.fromJson function.

When I use this function to create a graph from a JSON input, the nodes are correctly created and positioned, but the edges between the nodes don't appear to be generated or connected. The JSON structure I'm using includes both nodes and edges, but it seems that the edges are not being properly processed or added to the graph.

@SkywalkerDarren
Copy link
Owner

Could you please provide a JSON file that reproduces this issue?

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