All my node has a base label.
ex:
movieNode label: base, movie
personNode label: base, person
When I query the node, all nodes display the base label, and looks all the same because the color.
Is there any way to change it?
All my node has a base label.
ex:
movieNode label: base, movie
personNode label: base, person
When I query the node, all nodes display the base label, and looks all the same because the color.
Is there any way to change it?
I presume your issue is when in Neo4j Browser? if so and also as no Neo4j version was described in initial post have a look at Browser styling - Neo4j Browser
if not Neo4j Browser can you please provide more specifics
@dana_canzano
Yes, it's Neo4j Browser.
And no, I don't want change color of the label.
I want change display label.
Currently all my node display "base" label, and they all look the same. It's hard to view.
In my example:
I want change movieNode display label to movie instead base.
And personNode label to person instead base.
I just tried something and it worked.
can you not change the Caption
?
The previously referenced doc indicates
Caption — set what should be displayed as the caption for nodes of the selected label.
Seriously? Imagine all these node are the same color
How can you tell which node is person by just take a look?
Thanks, it worked.
Test with Neo4j desktop 1.6.0 Neo4j Browser and Neo4j 5.22.0
But it's looks like a workaround, hope the official add this feature.
It looks like you're having trouble differentiating nodes because they all display the base label. One way to address this is by customizing the node display properties in Neo4j Browser. You can adjust the node color or style based on specific labels or properties to make them more distinct. Check the Neo4j documentation or explore the settings in the visualization options to see how you can highlight different labels effectively.