Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-06-2021 08:29 PM
How to build inner circle and outter circle ?
Source from :https://2020.stateofcss.com/en-US/features/
Thank you .
01-07-2021 12:53 AM
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.
All the sessions of the conference are now available online