noa207207
(Noa207207)
January 24, 2021, 12:05pm
1
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!
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?
noa207207
(Noa207207)
January 24, 2021, 4:27pm
3
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
(Clem)
January 24, 2021, 6:27pm
5
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:
In our video series on Neo4j Bloom product features, this short video covers graph inspection and editing in Bloom. Bloom allows a user to inspect the property details of a node, relationship, or a group of nodes or relationships. A…...
noa207207
(Noa207207)
January 24, 2021, 7:58pm
6
Thank you,
I want that the properties will be taken from another table.
Can the bloom app help me?