render_chart_url
Generate a chart and get a stable CDN URL for embedding in HTML, email, or sharing with other tools. Supports line, bar, pie, and other chart types with customizable dimensions and formats.
Instructions
Render a chart and return a CDN URL instead of image bytes. Use this when you need a stable URL to embed in HTML, email, or pass to another tool. Same inputs as render_chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| labels | Yes | ||
| datasets | Yes | ||
| width | No | ||
| height | No | ||
| title | No | ||
| format | No | png |