ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

Horizontal DAG graph #62

Open LucasLeRay opened 1 year ago

LucasLeRay commented 1 year ago

I use Diagon for comments in my source code, so the vertical orientation is inconvenient. Is it possible to have horizontal orientation?

horizontal:
┌─┐┌─┐
│a->b|
└─┘└─┘

vertical:
┌─┐
│a│
└┬┘
┌▽┐
│b│
└─┘