What problem does it solve?
This Skill generates publication-quality chart images directly from JSON data, eliminating the need for complex software installations and browser dependencies.
Core Features & Use Cases
- Chart Generation: Supports various chart types including line, bar, area, point, histogram, candlestick, pie/donut, heatmap, multi-series, and stacked charts.
- Data Visualization: Ideal for visualizing data, creating graphs, plotting time series, showing distributions, or generating chart images for reports/alerts.
- Use Case: Suppose you have sales data for the past month. Use this Skill to generate a line chart showing daily sales trends.
Quick Start
Use the chart-image skill to create a line chart from the provided data. Example command: node scripts/chart.mjs --type line --data '[{"x":"Mon","y":10},{"x":"Tue","y":25},{"x":"Wed","y":18}]' --title "Weekly Sales" --output chart.png