create_chart
Create a chart in a worksheet from an explicit data range or custom series. Choose chart type, axes, style, and placement to visualize spreadsheet data directly.
Instructions
Create chart in worksheet from a contiguous range or explicit series.
This is the preferred chart authoring entry point; explicit-series calls are
also still available via create_chart_from_series for backward compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| title | No | ||
| width | No | ||
| height | No | ||
| series | No | ||
| x_axis | No | ||
| y_axis | No | ||
| filepath | Yes | ||
| placement | No | ||
| chart_type | Yes | ||
| data_range | No | ||
| sheet_name | Yes | ||
| target_cell | No | ||
| categories_range | No |