You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: gap-fill and rescale modes for partial language counts (#4)
* chore: extract ParsedParams type
* fix: validate colour query params as hex before use
* chore: customColours to colours
* chore: move params type to params file
* refactor: move src/types.ts to src/charts/types.ts, merge chart.ts into charts/generate.ts
* refactor(params): fold theme key lookup into resolveColour
* feat: add per-theme gap colour and gapType modes for partial-count charts
* test: cover gapType branches and measureText's character fallback
* docs: update module paths in README
* fix: lib exports
* feat(params): accept theme names for c1-c16 slice colours
* refactor: drop stroke count-gating, inline isShifted derivation, update tests for new computeLayout/createLegend signatures
* fix: swap grow/adapt semantics
* docs: document query params and gap modes in README
* chore: bump v1.1.0