neo4jd3 icon indicating copy to clipboard operation
neo4jd3 copied to clipboard

A working multiple relations between two nodes

Open henryyang-aeolus opened this issue 6 years ago • 8 comments

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

henryyang-aeolus avatar Oct 03 '18 10:10 henryyang-aeolus

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

JohnForYang avatar Dec 20 '18 07:12 JohnForYang

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

henryyang-aeolus avatar Dec 20 '18 08:12 henryyang-aeolus

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

Oh, i see. thanks

JohnForYang avatar Dec 20 '18 08:12 JohnForYang

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

oathaha avatar Jan 06 '19 15:01 oathaha

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

mrsivas avatar Jan 29 '21 12:01 mrsivas

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

odoodo avatar Aug 29 '22 06:08 odoodo

how to use in self-circle

wengbenjue avatar Sep 29 '23 16:09 wengbenjue

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

wengbenjue avatar Sep 29 '23 16:09 wengbenjue