Charts
Skrewww's Cartesian chart families and the dashboard-composition components built on top of them.
Chart families
Cartesian charts for plotting series directly — single or multi-series, with stacking where it applies.
Bar Chart
betaBar Chart compares categories with vertical or horizontal bars — a single series by default, or several series grouped, stacked, or stacked to 100%. Static and non-tabbable, with the data also exposed as a hidden table.
Line Chart
betaLine Chart shows a trend across ordered categories — a single series by default, or several series as separate lines. Static and non-tabbable, with an optional sparkline mode and the data also exposed as a hidden table.
Area Chart
betaArea Chart shows magnitude over ordered categories with a filled area under each line — a single series by default, or several series overlapped, stacked, or stacked to 100%. Static and non-tabbable, with the data also exposed as a hidden table.
Compositions
Dashboard-ready building blocks composed around a chart family, for cards, metrics, and loading/empty/error states.
Chart Card
betaChart Card is a Card composed for a chart: an optional title/description/actions header, and a body that owns loading/empty/error presentation around a chart the consumer supplies as children.
Chart Metric
betaChart Metric is a labeled value with an optional directional delta, for use above a chart or standalone — the delta's direction drives only its icon, never a color.