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

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.