0

I want to include the output of the Neo4j application in my Angular Front-end application. (I shall use Nodejs also for backend if required)Is there such a provision ?

Can you please let me know how to include only the middle portion of graph-diagram out of the entire UI of Neo4j-

neo4j

1 Answers1

0

When you fetch data from Neo4j HTTP api (Not sure about bolt), you can actually fetch graph relationship data.

Once you get that data, it is just a matter of plugging that into any graph visualization libraries available to create your own.

Here is some information along with some examples of Neo4j Graph Visualization

Himanshu Jain
  • 1,809
  • 1
  • 13
  • 23
  • Hi Himanshu, Can you please help here - https://stackoverflow.com/questions/52718635/getting-error-response-with-status-404-not-found-for-url –  Oct 09 '18 at 11:13