create-diagram-using-graphviz
Generate graph diagrams from DOT language input using GraphViz. Choose layouts, formats, and dimensions, then get a URL or save the diagram to a file for visualization needs.
Instructions
Create graph diagrams using GraphViz - get diagram image URL or save diagram image to file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to get graph URL or save as file | |
| format | No | Output format (default: svg) | |
| graph | Yes | DOT graph description | |
| height | No | Image height in pixels | |
| layout | No | Graph layout algorithm (default: dot) | |
| outputPath | No | Path where to save the file (only used with action=save_file) | |
| width | No | Image width in pixels |