create_line_chart
Generate text-based line charts for visualizing temporal data directly in terminal environments. Configure data points, axis labels, chart dimensions, and colors for clear, ASCII-based data representation.
Instructions
Generate ASCII line charts for temporal data visualization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | ANSI color name (red, green, blue, yellow, etc.) | |
data | Yes | Array of numeric values to plot | |
height | No | Chart height (5-50, default: 15) | |
labels | No | Optional labels for x-axis (must match data length) | |
title | No | Optional chart title | |
width | No | Chart width (10-200, default: 60) |