eisman / neo4jd3

Neo4j graph visualization using D3.js
https://eisman.github.io/neo4jd3/
MIT License
1.37k stars 422 forks source link

Getting n-1 duplicate parent node if it has n child node #44

Open knawlesh opened 5 years ago

knawlesh commented 5 years ago

issue-1

Degooya commented 5 years ago

could you give more context to that issue ?

knawlesh commented 4 years ago

Initially i have only one parent node E150. If i am double clicking the parent node i.e E150, it is expanding with three children which is fine but two extra E150 is also coming which is not required. Double click of E150 result shown in attached image.