TOOL API
generate_ flow_ diagram
Generate a flow diagram chart to show the steps and decision points of a process or system, such as, scenarios requiring linear process presentation.
Other1 credits
Call information
- Tool slug
- chart.generate_flow_diagram
- Provider
- Chart
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
datarequiredData for flow diagram chart, such as, { nodes: [{ name: 'node1' }, { name: 'node2' }], edges: [{ source: 'node1', target: 'node2', name: 'edge1' }] }.
styleCustom style configuration for the chart.
themeSet the theme for the chart, optional, default is 'default'.
widthSet the width of chart, default is 600.
heightSet the height of chart, default is 400.