InitialCypher, Node size and Relationship size not working #273
Replies: 1 comment 1 reply
-
sorry,my English is bad,but i can give you some useful advice
}, |
Beta Was this translation helpful? Give feedback.
-
sorry,my English is bad,but i can give you some useful advice
}, |
Beta Was this translation helpful? Give feedback.
-
Hi @thebestnom. I have been stuck with these problems for quite sometime now.
Any help would be greatly appreciated! I have attached the code (Almost the same as the simple-example.html code)
function draw() {
var config = {
containerId: "viz1",
neo4j: {
serverUrl: "bolt://18.117.169.6:7687",
serverUser: "neo4j",
serverPassword: "xxxxxxx"
},
labels: {
"Character": {
"label": "name",
"value": "full_pagerank",
"group": "community"
}
},
relationships: {
"INTERACTS": {
"value": "weight"
}
},
"initialCypher": "match (n:Character)-[r:INTERACTS]->(m:Character) return * limit 25"
};
Beta Was this translation helpful? Give feedback.
All reactions