How to expand the circle of the node to show all the text inside

Hi everyone,
Are there any tips to show all the text in nodes? Although I have set with biggest size, it still display with

"abc..."

image
Thanks for your support
Harvey Nguyen

Hi,
I think it is not possible. In neo4j browser you can make nodes bigger by clicking a node label and selecting how much big you want nodes with that label.

You can set also set custom styling importing node and relationship style configuration file. More info into following link.

http://guides.neo4j.com/browser.html

Bye
Andrea

1 Like

You can increase the node size past the limit the GUI provides by doing the following:

Enter the command :style in the query editor

Click "Export Grass" on the results

Edit the diameter of the node you want to let's say 150px or whichever you prefer.
image

Save.

Drag and drop the file anywhere in the browser app.

The link http://guides.neo4j.com/browser.html is dead.