工具 API
generate_ scatter_ chart
Generate a scatter chart to show the relationship between two variables, helps discover their relationship or trends, such as, the strength of correlation, data distribution patterns.
其他1 积分
调用信息
- 工具标识
- chart.generate_scatter_chart
- 服务提供方
- 图表生成
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
data必填Data for scatter chart, such as, [{ x: 10, y: 15 }].
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.
axisXTitleSet the x-axis title of chart.
axisYTitleSet the y-axis title of chart.