Author: dreampuf
GraphvizOnline lets you edit and view GraphViz diagrams online. You can use GraphvizOnline online here.
You can display a graph defined in a gist, or any other publically available url by adding a ?url= parameter to the GraphvizOnline url
Using https://gist.github.com/ allows you to share and version your graph definitions.
If you would like to display just the graph and not the graph input, you can add a ?presentation query param. This can be helpful when generating links with the graph already prefilled. You might set the param to comma separated list of the following values:
editable: show the editor-toggle buttonhide-options: hide the options bar at top of pageshow-engine,show-format,show-raw,show-download,show-share: show some some options in conjuntion withhide-options
Example: ?presentation=editable,hide-options,show-download
- viz.js This repo has compile graphviz(C) to javascript via emscripten.
- ACE-editor An amazing online editor.
GraphvizOnline licensed under BSD-3 license. The dependencies:
- viz.js MIT
- ACE-editor BSD-2