cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Set my own default nodes style in Neo4j Browser for everybody

How can I set my nodes style by default in Neo4j Browser (Color, Size, Caption) for everybody

For example: I have a database on my server. Now when a new user connects to this database all the nodes looks the same size and with random property as a 'caption'

How to set my own default style for everybody who connects to the base for the first time.

Thank you in advance!

2 REPLIES 2

llpree
Graph Buddy

Welcome to the community!

Since there has to be an acronym in any geek discussion , today's is GRASS (graph style sheet). Yep, it's a thing.

Go to your Neo Browser and type ":style". You should see default settings as well as your nodes and their current settings. How you make changes to the colors etc., is a bit "maybe this is not the main focus at Neo" but here's that link to get you going: https://neo4j.com/developer/neo4j-browser/#browser-styling-adv

What I'd recommend instead, is downloading the latest version of the browser which now comes with a free version of Bloom. This is a powerful tool for "seeing" your data.

I'm not 100% clear on your use case(s), but if visualization is your target, that's a good place to get started.

HTH

Thank you for your information

I found solution using: GRASS + browser.post_connect_cmd (in neo4j.conf) from https://github.com/neo4j/neo4j-browser/issues/171

Next step I'll try Bloom visualization