neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
107 stars 16 forks source link

Color-code nodes and relationships, based on types #29

Closed dmitriibeliakov closed 3 years ago

dmitriibeliakov commented 3 years ago

It would be great to automatically assign colors (or even better - styles) to nodes and relationships based on their types.

So, all notes "Actor" are pink and "Movie" are blue etc.

Or, maybe even easier - just save styles so that you can reuse them on other nodes/relationships.

apcj commented 3 years ago

Hi @versusnja this is the kind of thing that you can do in Neo4j Bloom or Neo4j Browser. We could certainly add this to Arrows, but I'm reluctant to do so, just to keep things simple, and focus on manual styling. At some point there should be better integration with Bloom and Browser, so that you can take advantage of the rules-base styling that those tools provide.

dmitriibeliakov commented 3 years ago

@apcj thanks for your comments. Before you close this completely, here are some arguments:

I hope this will help you decide.