Closed Aigul9 closed 3 years ago
Ahh, neo4j desktop automatically trying to get all relationships between nodes you returned (you can turn that off in the configuration) your cypher doesn't return the relationships (you don't give them names)
Try changing
-[:REL]->
to -[r: REL]->
Thank you, it worked! Can i distinguish two different relationships except using a caption?
On 2.x you can use any edge configuration you want! https://visjs.github.io/vis-network/docs/network/edges.html My first instinct was adding a static color per relationship type
Is it possible to visualize multiple relationships? It returns only nodes while using the same query in the db gives another result. upd. I didn't figure out yet, but sometimes it does show multiple relations, but is there a way to assign them different colors?