create_line_chart
Create a line chart in a QuickSight analysis sheet from date and value columns to visualize trends over time. Specify aggregation and date granularity for clear time-series reporting.
Instructions
Create a line chart from simple parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Display title. | |
| sheet_id | Yes | The sheet to add the chart to. | |
| analysis_id | Yes | The QuickSight analysis ID. | |
| date_column | Yes | Date column for X-axis. | |
| value_column | Yes | Measure column for Y-axis. | |
| format_string | No | ||
| date_granularity | No | DAY, WEEK, MONTH, QUARTER, or YEAR. | WEEK |
| show_data_labels | No | ||
| value_aggregation | Yes | SUM, COUNT, AVG, etc. | |
| dataset_identifier | Yes | The dataset identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||