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.

In this Graph database are all the nodes being visually shown?

Recently i made a Graph model of Northwind DB on Neo4j. It looked something like this

But i think all the nodes are not being shown as there were many more nodes. If you see carefully where all the labels are mentioned on the top of the graph, some labels are shown as *(300). What is the meaning of *? And why are all nodes not shown. Please explain. Thank you

1 REPLY 1

intouch_vivek
Graph Steward

Hi Shubham,

You need to update browser configuration try. For an example to display 1000 nodes

:config initialNodeDisplay: 1000

Default is 300.

Neo4j has made it configurable because rendering huge graph will be difficult.