smart-charts
SKILL.md
Smart Charts
An intelligent chart-generation and data-analysis skill. It reads user-supplied data files, understands their structure and semantics, recommends the most appropriate chart types, generates interactive HTML reports powered by ECharts, and (when a saved report template exists) fills the template automatically.
Installation / 安装
pip install -r requirements.txt
Dependencies / 依赖
| Package | Required | Description |
|---|---|---|
pandas>=1.5.0 |
✅ Yes | Data parsing (CSV, Excel, JSON) |
numpy>=1.21.0 |
✅ Yes | Numerical computations |
openpyxl>=3.0.0 |
✅ Yes | Excel file engine |