create_chart
Create a chart in a spreadsheet by specifying data range and chart type. Optionally set title, position, and legend placement to visualize data.
Instructions
Create a chart in a spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Chart title | |
| position | No | Position of the chart on the sheet (optional) | |
| sheet_id | Yes | The ID of the sheet | |
| chart_type | Yes | Type of chart to create | |
| data_range | Yes | Range containing the data to chart | |
| spreadsheet_id | Yes | The ID of the spreadsheet | |
| legend_position | No | Position of the chart legend (optional, defaults to RIGHT_LEGEND) |