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.

How to build inner circle and outter circle?

How to build inner circle and outter circle ?

Source from :https://2020.stateofcss.com/en-US/features/

Thank you .

1 REPLY 1

Neo4j is not a tool for drawing circles, it's a database.
But you can model a database with an entity (node) A who includes ( as a relation ) the nodes B,C,D.

(A)-[:includes]->(B)
(A)-[:includes]->(C)
(A)-[:includes]->(D)

And use an API to create your own virtualisation, as a web page, to view it like your example above. The Neo4j Desktop do not provide this view.