create_sparkline
Generate compact ASCII sparklines for numeric data, ideal for inline terminal visualizations. Customize width, add titles, and apply ANSI colors to highlight trends or metrics directly in text-based environments.
Instructions
Generate compact ASCII sparklines for inline charts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | ANSI color name | |
data | Yes | Array of numeric values to plot | |
title | No | Optional sparkline title | |
width | No | Sparkline width (10-100, default: 40) |