sheets_update_chart
Update an existing chart in a Google Sheets spreadsheet by modifying its title, type, series, axes, legend, position, colors, and accessibility settings.
Instructions
Update an existing chart in a Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Updated chart title (optional) | |
| legend | No | Updated legend configuration (optional) | |
| series | No | Updated array of data series for the chart (optional) | |
| altText | No | Updated alternative text for accessibility (optional) | |
| chartId | Yes | The ID of the chart to update (use sheets_get_metadata to find chart IDs) | |
| leftAxis | No | Updated left (Y) axis configuration (optional) | |
| position | No | Updated chart position settings (optional) | |
| subtitle | No | Updated chart subtitle (optional) | |
| chartType | No | Updated chart type (optional) | |
| rightAxis | No | Updated right (Y) axis configuration (optional) | |
| domainAxis | No | Updated domain (X) axis configuration (optional) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) | |
| backgroundColor | No | Updated chart background color (optional) |