create_bar_chart
Generate horizontal or vertical ASCII bar charts from numeric data arrays. Customize with labels, titles, dimensions, colors, and orientation for clear terminal-based visualizations.
Instructions
Create horizontal or vertical ASCII bar charts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | ANSI color name | |
data | Yes | Array of numeric values to plot | |
height | No | Chart height (5-50, default: 15) | |
labels | No | Optional labels for bars | |
orientation | No | Bar orientation (default: horizontal) | |
title | No | Optional chart title | |
width | No | Chart width (10-200, default: 60) |