plot_pie
Generate circular pie charts from simple data arrays. Use this tool to visualize proportional data with labels and values in a flat parameter structure.
Instructions
Render circular pie chart. Simple flat parameters - no nested objects!
Example: { "labels": ["A", "B", "C"], "values": [30, 50, 20], "title": "Pie Chart" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |