plot_bar
Generate bar charts from categorical data arrays using simple flat parameters, supporting vertical or horizontal orientation with customizable dimensions and labels.
Instructions
Render categorical bar chart. Simple flat parameters - no nested objects!
Example: { "categories": ["A", "B", "C"], "values": [10, 20, 15], "title": "Bar Chart", "orientation": "vertical" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |