create_chart_from_spec
Create advanced chart types (histogram, bubble, candlestick, waterfall, treemap, org chart) by providing a ChartSpec object to embed in the sheet.
Instructions
Create an embedded chart from a full Sheets API ChartSpec object.
Use this for histogram, scorecard, bubble, candlestick, waterfall, treemap,
org, or other chart specs not covered by create_chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| chart_spec | Yes | ||
| anchor_cell | No | E2 | |
| width_pixels | No | ||
| height_pixels | No | ||
| spreadsheet_id | Yes | ||
| offset_x_pixels | No | ||
| offset_y_pixels | No |