create_combo_chart
Build a combo chart in a QuickSight analysis by overlaying bar values and a line on one shared category axis, such as count bars with a percentage trend line.
Instructions
Create a combo chart (bars + line on same chart) from simple parameters.
A combo chart overlays bar values and line values sharing a category axis. For example, count bars with a percentage line overlay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Display title. | |
| sheet_id | Yes | The sheet to add the chart to. | |
| bar_column | Yes | Measure column rendered as bars (e.g., "FLIP_TOKEN"). | |
| analysis_id | Yes | The QuickSight analysis ID. | |
| line_column | Yes | Measure column rendered as a line (e.g., "CONVERSION_RATE"). | |
| bar_aggregation | Yes | Aggregation for bar values (SUM, COUNT, AVG, etc.). | |
| category_column | Yes | Dimension column for the shared X-axis (e.g., "MARKET_NAME" or "WEEK_DATE"). | |
| line_aggregation | Yes | Aggregation for line values (SUM, COUNT, AVG, etc.). | |
| show_data_labels | No | Show value labels on bars and line points. | |
| bar_format_string | No | Display format for bar values (e.g., "#,##0"). Leave empty for default formatting. | |
| dataset_identifier | Yes | The dataset identifier. | |
| line_format_string | No | Display format for line values (e.g., "0.0%"). Leave empty for default formatting. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||