create-diagram-using-graphviz
Generate and export graph diagrams using GraphViz. Specify DOT graph descriptions, choose layouts, and save as SVG or PNG images or get a URL for easy sharing.
Instructions
Create graph diagrams using GraphViz - get diagram image URL or save diagram image to file
Input 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 |