工具 API

generate_area_chart

Generate a area chart to show data trends under continuous independent variables and observe the overall data trend, such as, displacement = velocity (average or instantaneous) × time: s = v × t. If the x-axis is time (t) and the y-axis is velocity (v) at each moment, an area chart allows you to observe the trend of velocity over time and infer the distance traveled by the area's size.

其他1 积分

调用信息

工具标识
chart.generate_area_chart
服务提供方
图表生成
平均响应
0 ms
近 7 天调用
0

输入参数

data必填

Data for area chart, such as, [{ time: '2018', value: 99.9 }].

stack

Whether stacking is enabled. When enabled, area charts require a 'group' field in the data.

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.