JS library for displaying direct acyclic graphs (DAGs)

后端 未结 2 1092
无人及你
无人及你 2021-01-04 08:12

I am trying to make a browser-based tool that lets you inspect dependency graphs as they appear in module systems of programming languages and Makefiles.

I am lookin

2条回答
  •  暖寄归人
    2021-01-04 08:37

    Dagre works pretty well for graph layout (horizontal/vertical alignment, labels, etc.) and has D3 renderer.

    https://github.com/cpettitt/dagre-d3 (check images at the end)

    https://github.com/cpettitt/dagre

提交回复
热议问题