chart_render
Render Chart.js configurations into PNG images server-side for bar, line, pie, radar, and other chart types, enabling chart images without a browser.
Instructions
Render a Chart.js configuration into a finished chart PNG, server-side – bar, line, pie, radar and all other Chart.js types. $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| config | Yes | Chart.js config: {type, data, options} | |
| height | No | ||
| background | No | ||
| output_path | No | ||
| idempotency_key | No |