graphui icon indicating copy to clipboard operation
graphui copied to clipboard

Render graphs async

Open wjt opened this issue 4 years ago • 0 comments

Currently it appears that GraphUI invokes GraphViz tools synchronously, blocking the user interface until the command completes.

For large graphs with layouts like fdp, rendering the graph can take a really long time. It would be nice to have a progress indicator and to keep the UI responsive.

wjt avatar Feb 24 '22 10:02 wjt