Skip to content

v0.4.0 — sparklines (cell visuals phase 1)

Choose a tag to compare

@yobryon yobryon released this 25 Jul 05:47

In-cell sparklines: colDef.sparkline with line/area/column/win-loss marks, markers and reference rules, and an explicit scale choice (domain: 'auto' | 'shared' | [min,max]) so rows are comparable only when you say so. Gaps break the line rather than reading as zero. Array-valued columns now sort by a series summary (including least-squares trend slope) and copy/export as real numbers. One SVG per cell with a constant node count regardless of series length — 100k rows × 4 sparkline columns scroll at ~1.3ms/frame.

Design of record: AUG-25. See CHANGELOG.md and docs/RECIPES.md → "Sparklines".

npm add https://github.com/methodify/augrid/releases/download/v0.4.0/augrid-core-0.4.0.tgz \
        https://github.com/methodify/augrid/releases/download/v0.4.0/augrid-react-0.4.0.tgz