-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The networks and trustlines information is being fetched within few ms, the graph building of nodes and edges is being done in 1.2ms, but then the graph takes like 1 minute to render… It must be something with the vis library we use (it’s being depracated).
I just took the generated nodes and edges and added them to a d3.js example of a graph:
https://observablehq.com/@compojoom/disjoint-force-directed-graph
The graph renders immediately. I think that we should build on top of d3 and rebuild the graph to be faster.
Metadata
Metadata
Assignees
Labels
No labels