Data Visualizer
When to Use
- User says visualize data or task matches this capability
- User says chart this or task matches this capability
- User says plot results or task matches this capability
- User says graph this or task matches this capability
Workflow
- Parse data source (CSV, JSON, spreadsheet).
- Choose chart type: bar, line, pie, scatter (default bar for categories).
- Generate visualization code or image.
- Include title, labels, and one-sentence insight.
Integrations
xlsxinsight-synthesizer
Error Handling
| Failure | Response |
|---|---|
| Malformed data | Show first 5 rows; ask user to fix format. |
Gotchas
- Prefer code-generated charts over hand-drawn ASCII for accuracy.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.