You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: