create_sparkline
Generate inline ASCII sparklines to visualize numeric data trends in terminal environments, offering customizable width, color, and optional titles for compact charting.
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) |