neovis.js: duplicated relationship are displayed when using apoc virtual relationship

Apoc supports creating virtual nodes and relationships and visualization only. I create a similar graph followed by this article. The visualization works well when I used apoc.vRelationship in the neo4j browser. The table view also includes only one entry.

image image

However, when I am using neovis to display, image

Similarly, for other cypher queries with virtual relationship creation.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19

Most upvoted comments

Ah… I got it. Thanks for spending time on this. You are helping me out.