data-report
🤖 AI Summary
This skill generates a professional data visualization report by parsing user-provided data into a structured HTML page with KPI cards (value, YoY change, mini sparkline), 2+ Chart.js/ECharts charts (with fixed-height containers to prevent ResizeObserver loops), a styled data table, and emoji-led insights.
How to Install
Claude Code:
git clone --depth 1 https://github.com/nexu-io/open-design.git && cp open-design/skills/data-report ~/.claude/skills/data-report -r【模板: 数据可视化报告】
- 头部: 报告标题 + 时间区间 + 数据来源说明。
- KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。
- 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。
- **图表容器必须有固定高度**: 每个 `