sheets_update_chart_data
Update a chart's data range and refresh it in Google Sheets. Specify the spreadsheet, chart ID, and new data range to apply changes directly.
Instructions
Update chart data and refresh the chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chartId | Yes | The ID of the chart to update | |
| updateTitle | No | New title for the chart (optional) | |
| newDataRange | Yes | New data range for the chart | |
| spreadsheetId | Yes | The ID of the spreadsheet |