geovistory / design-system

MIT License
2 stars 1 forks source link

Web component to display entity graph #45

Closed gaetanmuck closed 1 year ago

gaetanmuck commented 1 year ago

The goal here is to display relations between entities in a graphical way, that can be shown in a second tab of entity pages

The solution we thought of is using force simulation from d3.js.

Sources of inspiration:

gaetanmuck commented 1 year ago

See issue #55