How to build inner circle and outter circle ?
Source from :The State of CSS 2020: Features
Thank you .
How to build inner circle and outter circle ?
Source from :The State of CSS 2020: Features
Thank you .
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.