sheets_update_chart
Update an existing chart in Google Sheets by providing its ID, and optionally set a new title or data range.
Instructions
Update an existing chart in Google Sheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the chart | |
| chartId | Yes | The ID of the chart to update | |
| dataRange | No | New data range for the chart | |
| spreadsheetId | Yes | The ID of the spreadsheet |