eisman / neo4jd3

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

A working multiple relations between two nodes #39

Open henryyang-aeolus opened 6 years ago

henryyang-aeolus commented 6 years ago

I have adjust the neo4jd3.js to meet my use case. Code changes can be found in this commit. https://github.com/henryyang-aeolus/neo4jd3/commit/f16b4c9854e7ba2be6787e497c79b84efc6c1a6a

I'll make a PR when I get familiar with JS development work flow.

Preview: multi-relation

JohnForYang commented 5 years ago

when i run your code, multi-relation is overlapped.

henryyang-aeolus commented 5 years ago

@JohnForYang Did you run docs/index.html in branch multi-relation?

JohnForYang commented 5 years ago

@JohnForYang Did you run docs/index.html in branch multi-relation?

Oh, i see. thanks

oathaha commented 5 years ago

image I used your code but my result looks like this. Where are arrows??? I just modified neo4jDataToD3Data() function but I don't think this is root cause

mrsivas commented 3 years ago

can this relationship arrow be double sided like if have 2 relationship one at bottom another on top similar to neo4j browser

currently all the relationship arrow is on one sided

Thanks

neo4jd3-js

odoodo commented 2 years ago

Many thanks for your work that's a really appreciated feature!

wengbenjue commented 1 year ago

how to use in self-circle

wengbenjue commented 1 year ago

I have adjust the neo4jd3.js to meet my use case. Code changes can be found in this commit. henryyang-aeolus@f16b4c9

I'll make a PR when I get familiar with JS development work flow.

Preview: multi-relation

when i use startNode and endNode same id ,it does't work ,how to make it work for self-circle,many thanks