You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very useful project! I'm working on a project where I'm visualizing huge DAG graphs. I've been using ipycytoscape, but it uses too much RAM for very large graphs.
From that I understand, dagviz currently only supports exporting using the metro layout. I was wondering if there are any plans to support the svg file format for the dagre layout. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks! I wasn't planning on that, but I can see how that can be useful. I don't have the time myself to do this, but it shouldn't be too hard with some javascript knowledge, the SVG is basically already there in generated HTML...
Thanks! I wasn't planning on that, but I can see how that can be useful. I don't have the time myself to do this, but it shouldn't be too hard with some javascript knowledge, the SVG is basically already there in generated HTML...
Interesting! Sounds like it wouldn't be too bad then. If I find some free time and motivation I will look into that.
Very useful project! I'm working on a project where I'm visualizing huge DAG graphs. I've been using ipycytoscape, but it uses too much RAM for very large graphs.
From that I understand, dagviz currently only supports exporting using the metro layout. I was wondering if there are any plans to support the svg file format for the dagre layout. Thanks in advance.
The text was updated successfully, but these errors were encountered: