[RFC] Graph output made interactive #7267
Replies: 3 comments
-
|
I could potentially find some time to work on the webpage side of this - would be happy to produce a force directed graph in D3.js for example if that's of interest? But I'd need some guidance on how to hook it up to the Go command. |
Beta Was this translation helpful? Give feedback.
-
|
I think getting a webpage that's dedicated to rendering turbo generated DOT files would be amazing. I think it would make sense to use the flow we use for |
Beta Was this translation helpful? Give feedback.
-
|
@chris-olszewski I was thinking of just replacing the HTML output to include something with some JavaScript support? I don't think it'd be prudent to modify the existing output formats. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
I'd like the generated graph from running the graph to be understandable when there is a very large graph. At the moment you can only zoom into the top left corner. This example is unusable:
Describe the solution you'd like
It would be great if the command to produce the graph spat out something interactive that I can at least pan around and zoom into.
Describe alternatives you've considered
You could generate an image too, but I don't think this would be as useful.
Beta Was this translation helpful? Give feedback.
All reactions