TOOL 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.

Other1 credits

Call information

Tool slug
chart.generate_histogram_chart
Provider
Chart
Average response
0 ms
Calls in 7 days
0

Input parameters

datarequired

Data for histogram chart, it should be an array of numbers, such as, [78, 88, 60, 100, 95].

binNumber

Number of intervals to define the number of intervals in a histogram, when not specified, a built-in value will be used.

style

Custom style configuration for the chart.

theme

Set the theme for the chart, optional, default is 'default'.

width

Set the width of chart, default is 600.

height

Set the height of chart, default is 400.

title

Set the title of chart.

axisXTitle

Set the x-axis title of chart.

axisYTitle

Set the y-axis title of chart.