β01-24-2021 04:05 AM
Hello, I am new in neo4j, and I will be happy to recive any help:)
I want to do this project:
How can I do it? Do I need to use chart?
thanks!
β01-24-2021 08:13 AM
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?
β01-24-2021 08:27 AM
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?
β01-24-2021 08:41 AM
you might want to consider using GitHub - neo4j-contrib/neovis.js: Neo4j + vis.js = neovis.js. Graph visualizations in the browser wi...
β01-24-2021 10:27 AM
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:
β01-24-2021 11:58 AM
Thank you,
I want that the properties will be taken from another table.
Can the bloom app help me?