generate_area_chart
Visualize data trends over continuous intervals using an area chart. Plot time on the x-axis and values on the y-axis to infer patterns, such as velocity over time, and calculate derived metrics like distance traveled.
Instructions
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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
axisXTitle | No | Set the x-axis title of chart. | |
axisYTitle | No | Set the y-axis title of chart. | |
data | Yes | data for pie chart, such as, [{time: string; value: number }]. | |
stack | No | stacking is enabled. column charts require a 'group' field in the data. | |
title | No | Set the chart title. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-server-chart
Related Tools
- @antvis/mcp-server-chart
- @Funmula-Corp/BigGo-MCP-Server
- @antvis/mcp-server-chart
- @GongRzhe/Quickchart-MCP-Server
- @jakenuts/mcp-solarwinds