vscode-interactive-graphviz
vscode-interactive-graphviz copied to clipboard
"Maximum call stack size exceeded" occurs when rendering large graph
@only52607 did you find a solution? I have a graph of 30k nodes to plot 😄
@only52607 did you find a solution? I have a graph of 30k nodes to plot 😄
No, I can only use the official executable program to generate images for large graphs.
@only52607 I ended doing almost the same thing:
- I generate a .svg with the executable
- I open it in Chrome, it's pretty decent and it allows to search for text, to use trackpad to slide and zoom, and from what I remember there is the "hot reload" while remaining at the same position on the image (which is great when it's too wide/tall). I did not find an equivalent tool after multiple testings.
Hope it helps 👍