工具 API
generate_ fishbone_ diagram
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.
其他1 积分
调用信息
- 工具标识
- chart.generate_fishbone_diagram
- 服务提供方
- 图表生成
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
data必填Data for fishbone diagram chart which is a hierarchical structure, such as, { name: 'main topic', children: [{ name: 'topic 1', children: [{ name: 'subtopic 1-1' }] }] }, and the maximum depth is 3.
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.