Does Neo4j Bloom can sort the entities in visualization?

50 views Asked by At

My database is set up, and when I query it and visualize the result in Bloom, I should manually sort one of the entities in a line to make it more meaningful for the audience. I am wondering if it is possible to sort the entities in Bloom, i.e. from left to right in a horizontal line? enter image description here

1

There are 1 answers

0
yetanotheruser On

In Bloom at the bottom right of the perspective view you can select the layout algorithm to use to display nodes and relationships: in your case you could use a hierarchical layout or if you have measurable and meaningful properties you could use the coordinate layout and distribute your nodes based on those.

enter image description here