neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Executing queries on console does not affect the graph #85

Open Manish-Giri opened 7 years ago

Manish-Giri commented 7 years ago

I've just started using the console, but no matter which query I execute, the results of the query are reflected only in a tabular form (rows/columns), and not in the graph on the right. It doesn't show the query result, the only visible effect is that all the nodes change colors randomly.

From the tutorial videos that I've been watching, the expected result is that the matched nodes/relationships are highlighted in some color.

This is the query that I was executing - http://console.neo4j.org/?id=d8tqgy

neoerror

The query returns nodes "Cypher", "The Architect", "Agent Smith" in the tabular form, but there's no result in the graph on the right.

Tested on Chrome, Firefox and Edge on Windows 10.

jexp commented 7 years ago

That's intentional, actually the nodes returned from the query should be highlighted.

I changed the visualization a few weeks back, so there might be still something off, I have a look. Thanks for reporting.