generate_fishbone_diagram
Create a fishbone diagram to display causes or effects of a core problem, organizing factors into a fish skeleton structure for root cause analysis.
Instructions
Generate a fishbone diagram chart to uses a fish skeleton, like structure to display the causes or effects of a core problem, with the problem as the fish head and the causes/effects as the fish bones. It suits problems that can be split into multiple related factors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data for fishbone diagram chart, such as, { name: 'main topic', children: [{ name: 'topic 1', children: [{ name: 'subtopic 1-1' }] }. | |
| theme | No | Set the theme for the chart, optional, default is 'default'. | default |
| width | No | Set the width of chart, default is 600. | |
| height | No | Set the height of chart, default is 400. |