# Flitter chart generation pack for LLMs Generated: 2026-04-08 Start here: - /llm/chart.md Registries: - /llm/chart-registry.json - /llm/pattern-registry.json - /llm/core/widget-catalog.json Core docs: - /llm/patterns.md - /llm/core/concepts.md - /llm/core/widget-catalog.md - /llm/scaffold-guide.md Chart family briefs: - /llm/chart/bar-chart.md - /llm/chart/stacked-bar-chart.md - /llm/chart/line-chart.md - /llm/chart/area-chart.md - /llm/chart/stacked-area-chart.md - /llm/chart/scatter-chart.md - /llm/chart/bubble-chart.md - /llm/chart/pie-chart.md - /llm/chart/radar-chart.md - /llm/chart/heatmap-chart.md - /llm/chart/box-plot-chart.md - /llm/chart/candlestick-chart.md - /llm/chart/donut-chart.md - /llm/chart/funnel-chart.md - /llm/chart/histogram-chart.md - /llm/chart/sankey-chart.md - /llm/chart/sunburst-chart.md - /llm/chart/treemap-chart.md - /llm/chart/waterfall-chart.md Pattern briefs: - /llm/patterns/multi-chart-dashboard.md - /llm/patterns/linked-hover-and-filter.md - /llm/patterns/controller-owned-layout.md - /llm/patterns/scorecard-composite.md - /llm/patterns/radial-kpi-composite.md - /llm/patterns/novel-data-composite.md Validation assets: - /llm/evaluation-loop.md - /llm/testing-prompts.md - /llm/critic-checklist.md - /llm/evaluation-cases.json Local validation UI: - dev/llm-playground - Start with: `pnpm llm:playground:dev` Starter tool: - `pnpm llm:kit list` - `pnpm llm:kit scaffold --output tmp/` Rules: - Prefer `chart-presets` first. - Distinguish preset charts from base-wrapper charts. - Use patterns when one chart family is the wrong abstraction. - Use Flitter core knowledge only when you need custom composition or novel charts.