Renderizar gráfico
render_chartConvert label and value arrays into a PNG chart (bar, line, pie, or doughnut) using QuickChart, returning the file path.
Instructions
labels[] + values[] → PNG vía QuickChart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | bar | |
| title | No | ||
| labels | Yes | ||
| values | Yes | ||
| outputPath | No |