chart-dashboardlisted
Install: claude install-skill raghuramsirigiri/claude-chart-dashboard
# Chart dashboard
Turn whatever information the user gives — a table, pasted numbers, a set of
metrics, notes, or just a topic and some facts — into a single self-contained
HTML page of SVG charts rendered with `charts-lib`.
## Workflow
1. **Extract the data.** Pull every number, category, and time series out of the
user's input into a short plan: for each planned panel note *title, chart
type, categories, series*. If the user gave a topic with no numbers, say
plainly that figures are illustrative and label them as such on the page.
Never silently invent numbers that read as real measurements.
Three things count as invention, and the last two are easy to miss:
- **Filling a gap.** A missing week is a gap (`null`), not a zero — a zero
draws a collapse that never happened.
- **Estimating onto a real chart.** If you interpolate or model a value, it
does not belong as another point on the primary trend, however carefully you
dash the line or footnote it. Readers remember the shape, not the caveat.
Put estimates in their own panel, or leave the hole visible.
- **Rescaling stale numbers.** When you're updating an existing page and the
user gave you new figures for only some panels, label the rest as carried
forward. Nudging last quarter's numbers so they look current is fabrication
even though every individual figure came from somewhere real.
2. **Pick the format by what the data has to say** (see `references/layout.md`