dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.83k stars 589 forks source link

Links to examples #423

Open slowkow opened 3 years ago

slowkow commented 3 years ago

Could I please ask if you might consider creating a homepage at https://dagrejs.github.io with a list of examples?

For example, vega has a nice project homepage with examples: https://vega.github.io/vega-lite/

Sorry if I'm missing a link somewhere...

I noticed that this folder has a lot of excellent demos:

https://github.com/dagrejs/dagre-d3/tree/master/demo

Here's a link to load one of them:

https://dagrejs.github.io/project/dagre-d3/latest/demo/interactive-demo.html

If I visit the demo/ folder, I get error 404: https://dagrejs.github.io/project/dagre-d3/latest/demo/

Thanks for a wonderful project!