TOOL API

generate_boxplot_chart

Generate a boxplot chart to show data for statistical summaries among different categories, such as, comparing the distribution of data points across categories.

Other1 credits

Call information

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

Input parameters

datarequired

Data for boxplot chart, such as, [{ category: '分类一', value: 10 }] or [{ category: '分类二', value: 20, group: '组别一' }].

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.