Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-03-2019 11:34 PM
Hi,
We want to know that if it is possible to display the property as node-name , than the regular node name that the node takes.
Eg .
Match (request:Request_2) where request.description="FDR Addition Request"
Create (header:Parameter {name:"header", type:"array", api:"FDR Addition1"}),
(payload:Parameter {name:"payload", type:"array", api:"FDR Addition2"}),
(signature:Parameter {name:"signature", type:"String", api:"FDR Addition3"}),
(request)-[:Parameter]->(header),
(request)-[:Parameter]->(payload),
(request)-[:Parameter]->(signature)
Here the nodes that will be displayed is header,payload,signature. But i want the display names to be -> FDR Addition1, FDR Addition2, FDR Addition3. Is it possible ?
04-04-2019 02:48 AM
I think you will have to look and probably adapt the neovis source code for this.
04-04-2019 10:37 PM
Thanks . Understood.
Reference -
To be changed in config variable - >caption .
"Request": {
"thickness": "weight",
"caption": "value", // Over here.
},
All the sessions of the conference are now available online