Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-04-2021 05:55 AM
Hey folks,
I want to set the 'red' colour to a node label while visualizing it in neovis, how can I do that? I didn't find anything in the neovis documentation.
My current config looks like this:
var config = {
container_id: "similarity",
server_url: "*********************",
server_user: "******",
server_password: "******",
labels: {
"Side_effect": {
caption: "name",
},
"Adverse_Event": {
caption: "name",
//color:'red'
},
"Ingredient":{
caption: "name",
},
"Product":{
caption: "name",
},
},
Here, I want to give the 'red' colour to the 'Adverse_Event' nodes. Thanks in advance!
All the sessions of the conference are now available online