dagrejs / dagre

Directed graph layout for JavaScript
MIT License
4.69k stars 602 forks source link

Can you provide a demo ? #240

Open Lily-Jian opened 6 years ago

Lily-Jian commented 6 years ago

Can you provide a demo, please? Such the developers with a low level of Technology can learn quickly

koosvanderkolk commented 6 years ago

There are demo's online, e.g. see https://dagrejs.github.io/project/dagre-d3/latest/demo/clusters.html

Note that this is dagre (for determining the coordinates etc. of the items) and d3 (for the actually drawing of items) combined.