Генерация инфографики и дашбордов из JSON
★ 6.6 · design
data-viz-renderer is a Claude Code skill that generates self-contained HTML/SVG infographics from JSON data, supporting four layout types: stat cards with KPI numbers and trend arrows, grouped bar charts, step-by-step flow diagrams, and mixed dashboards combining all three. The `scripts/build_infographic.py` script runs on Python 3.7+ using only the standard library — no pip installs required — and accepts config from a file or stdin, outputting a fully inline HTML file ready to open in any browser. Eight color palettes are available (ocean, sunset, forest, berry, vibrant, corporate, pastel, earth) alongside an `auto` mode, 24+ built-in SVG icons, responsive layout, and a CJK-friendly font stack. It fits teams that need to embed data visualizations into reports, build product KPI dashboards, or illustrate business processes without network access or third-party dependencies.
- #data-visualization
- #infographic
- #svg
- #html
- #dashboard
- #charting