generate_flow_diagram
Create flow diagrams to visualize process steps and decision points. Input nodes and edges to define sequences, customize themes, and adjust styles for clarity and presentation.
Instructions
Generate a flow diagram chart to show the steps and decision points of a process or system, such as, scenarios requiring linear process presentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data for flow diagram chart, such as, { nodes: [{ name: 'node1' }, { name: 'node2' }], edges: [{ source: 'node1', target: 'node2', name: 'edge1' }] }. | |
height | No | Set the height of chart, default is 400. | |
style | No | Custom style configuration for the chart. | |
theme | No | Set the theme for the chart, optional, default is 'default'. | default |
width | No | Set the width of chart, default is 600. |