create_bar_chart
Generate horizontal or vertical ASCII bar charts directly in terminal environments using numeric data, labels, and customizable options like width, height, and color.
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) |