Visualization

Hello,
Is there a way to display only the graph that is generated, on the frontend of a web app?
Thank you

2 Likes

I would also love to hear if any others have proven approaches to this. We have experimented, mapping neo4j output in code to a format compatible to GitHub - danielcaldas/react-d3-graph: Interactive and configurable graphs with react and d3 effortlessly. That was just one experiment that hasn't worked out well at all, that library does a very poor job w/ layouts, so we need to find a library that does a better job on the viz side. I basically just want Neo4j Desktop's visualization in my app :).

1 Like