工具 API
generate_ histogram_ chart
Generate a histogram chart to show the frequency of data points within a certain range. It can observe data distribution, such as, normal and skewed distributions, and identify data concentration areas and extreme points.
其他1 积分
调用信息
- 工具标识
- chart.generate_histogram_chart
- 服务提供方
- 图表生成
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
data必填Data for histogram chart, it should be an array of numbers, such as, [78, 88, 60, 100, 95].
binNumberNumber of intervals to define the number of intervals in a histogram, when not specified, a built-in value will be used.
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.