Hi there,
I am new to new4j, I have seen the size of lines can be changed so that a thick line refers to a strong relationship; a thin line refers to a weak relationship between nodes.
I want to find a way, automatically change the size of relationships by using a code. Is there any way I can achieve it?
It all depends on what visualization software you use.
All softwares don't support this behaviour.
The way you could do it is to set a property weight on the relationship, and then tell the software to use that property to define the thickness of the relation.
Hi Andreas
Thank you for your timely reply! I really appreciate that. Since Neo4j is a graph database management system, I was hoping New4j itself could do this.
I am also learning Tableau , would you mind giving me some insights about how to "set a property weight on the relationship, and then tell the software to use that property to define the thickness of the relation"?
I wish I can find a way to combine both Neo4J and Tableau to set a property weight on the relationship automatically, in order to help readers to concentrate on crucial points.
Hi Andreas
May I set different property weights on different relationships based on their value? For example, if the sum(sales) of this relationship is above a threshold, then relation.Population=45; otherwise relation.Population=20?