TOOL 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.
Call information
- Tool slug
- chart.generate_area_chart
- Provider
- Chart
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
datarequiredData for area chart, such as, [{ time: '2018', value: 99.9 }].
stackWhether stacking is enabled. When enabled, area charts require a 'group' field in the data.
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.