sheets_add_chart
Add a chart to a Google Sheets spreadsheet by specifying chart type and data range. Supports bar, line, area, column, scatter, combo, and stepped area charts.
Instructions
Add a chart. Types: BAR, LINE, AREA, COLUMN, SCATTER, COMBO, STEPPED_AREA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| sheet_id | Yes | ||
| chart_type | Yes | ||
| data_range | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |