cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Create a Panel near the graph

Hello, I am new in neo4j, and I will be happy to recive any help:)
I want to do this project:


When I click on a node I will get a small panel with details of a specific row in a table that the ID of the row will be the label's value of the selected node.

How can I do it? Do I need to use chart?
thanks!

5 REPLIES 5

Not sure I completely understand the question.

Are you asking can a pop up panel be created in the Neo4j browser as described by your screenshot or is this something you already encounter?

I'm not aware of Neo4j Browser having this functionality

However if you hover over a node you should see the properties for said node on the bottom bar of the result frame in the browser?

Yes, I ask if the neo4j have this functionality.
If not, what is the best way to show the graph in a web page and to this functionality by html and js?

clem
Graph Steward

The Neo4J Bloom app has this.

You right click on a node and choose "Inspect" and you'll get a display box of the Node's properties.

See:

Thank you,
I want that the properties will be taken from another table.
Can the bloom app help me?