neo4jd3 icon indicating copy to clipboard operation
neo4jd3 copied to clipboard

Multiple relations between two nodes

Open aayn opened this issue 7 years ago • 10 comments

Hey, When I add multiple relations between two nodes, there is an overlap as follows: overlapping_relations
Any idea on how to fix this? Thanks!

aayn avatar Apr 04 '17 14:04 aayn

Could you provide the JSON file associated to that graph, please? I will try to find an easy solution to that problem.

eisman avatar Apr 07 '17 22:04 eisman

I found the same thing too.

yzqiang avatar Apr 18 '17 00:04 yzqiang

I'm also getting the same reply. Below is my json data @eisman Expecting a quick response. Thank You.

{ "results": [{ "columns": ["p"], "data": [{ "row": [ [{ "name": "CASS" }, { "country_code": ["Pu"], "Project_Name": ["CASS"], "Business_Unit": ["Mbj"] }, { "name": "NATURAL" }, { "country_code": ["Pu], "Project_Name": ["CASS"], "Business_Unit": ["dd"] }, { "name": "OIY" }] ], "graph": { "nodes": [{ "id": "80", "labels": ["System"], "properties": { "name": "NATURAL" } }, { "id": "70", "labels": ["Sys"], "properties": { "name": "OIY" } }, { "id": "73", "labels": ["SYS"], "properties": { "name": "CASS" } }], "relationships": [{ "id": "54", "type": "XGDG__87", "startNode": "73", "endNode": "80", "properties": { "country_code": ["PY"], "Project_Name": ["CAS"], "Business_Unit": ["YHG"] } }, { "id": "57", "type": "XGDG__87", "startNode": "80", "endNode": "70", "properties": { "country_code": ["PU"], "Project_Name": ["CASS"], "Business_Unit": ["PHP"] } }] } }, { "row": [ [{ "name": "CASS" }, { "country_code": ["PU"], "Project_Name": ["CASS"], "Business_Unit": ["DD"] }, { "name": SRINIVAS" }, { "country_code": ["PU"], "Project_Name": ["CASS"], "Business_Unit": ["DD"] }, { "name": "NHU" }] ],

	"stats": {
		"contains_updates": false,
		"nodes_created": 0,
		"nodes_deleted": 0,
		"properties_set": 0,
		"relationships_created": 0,
		"relationship_deleted": 0,
		"labels_added": 0,
		"labels_removed": 0,
		"indexes_added": 0,
		"indexes_removed": 0,
		"constraints_added": 0,
		"constraints_removed": 0
	}
}],
"errors": []

}

ravy23 avatar Oct 05 '17 15:10 ravy23

@eisman waiting for ur reply?

ravy23 avatar Oct 12 '17 15:10 ravy23

@ravy23 did u fix this issue?

souravprakashjena avatar Dec 11 '17 09:12 souravprakashjena

Not yet..! Do you have any solution? @souravprakashjena

ravy23 avatar Dec 11 '17 13:12 ravy23

Not yet.......

souravprakashjena avatar Dec 12 '17 06:12 souravprakashjena

Okay. Let me know if you got any. Thank You.

ravy23 avatar Dec 12 '17 14:12 ravy23

I'd love to know if there's a solution for this as well...!

waswat avatar Dec 14 '17 09:12 waswat

Could you tell me how to get the Neo4j format data from neo4j. @ravy23

laaron2008 avatar Jan 04 '18 09:01 laaron2008