工具 API
generate_ radar_ chart
Generate a radar chart to display multidimensional data (four dimensions or more), such as, evaluate Huawei and Apple phones in terms of five dimensions: ease of use, functionality, camera, benchmark scores, and battery life.
其他1 积分
调用信息
- 工具标识
- chart.generate_radar_chart
- 服务提供方
- 图表生成
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
data必填Data for radar chart, it should be an array of objects, each object contains a `name` field and a `value` field, such as, [{ name: 'Design', value: 70 }].
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.
titleSet the title of chart.