Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Options for rendering a chart from workbook data.
Options for rendering a chart from workbook data. Specify the data range, chart type, image output format, and title and axis labels.
Cells to update before rendering the chart. Changes are discarded at the end of the request
[{ "target": "A2", "value": 1234 }]
Width of the chart image in pixels. If not given, a width of 764px is used. A chart's height cannot be set explicitly because it will differ depending upon chart type, title, legend, axis labels, and so on.
Hex color code for the chart's background matte, e.g. '#FFFFFF' for white, if not specified, the chart will have a transparent background. Note, this is currently only supported for PNG images.
"#FFFFFF"
"#FFF"
"#fff"
Response
Chart rendered as an image
The response is of type file
.