create_line_chart
Generate ASCII line charts to visualize temporal data directly in terminal environments. Input numeric values, optional labels, titles, and customize dimensions or colors for clear, lightweight 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) |