sheets_create_chart_from_table
Creates a chart in a Google Sheets spreadsheet from a selected table range, using headers as labels. Provide spreadsheet ID, range, and chart type to generate visual data insights.
Instructions
Create a chart from a table structure with headers and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the chart | |
| chartType | Yes | Type of chart to create | |
| tableRange | Yes | Range of the table including headers (e.g., A1:D10) | |
| chartOptions | No | Additional chart options | |
| spreadsheetId | Yes | The ID of the spreadsheet | |
| useFirstRowAsLabels | No | Whether to use first row as chart labels |