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(spec)!: trim ChartTypeSchema to distinctly-renderable families
Drops 8 variant types that only rendered as their base chart, so the taxonomy
no longer advertises a type that renders as something else: grouped-bar /
stacked-bar / bi-polar-bar (→bar), stacked-area (→area), step-line / spline
(→line), pyramid (→funnel), bubble (→scatter). 0 downstream usages (the
showcase gallery was already trimmed; hotcrm/templates use none of them).
Kept: the rendered families + the single-value performance group (metric / kpi /
gauge / solid-gauge / bullet) — honest values today, a dial when a gauge
renderer lands; `gauge` is used downstream (hotcrm SLA widget).
- chart.zod: enum trimmed + taxonomy NOTE documents both exclusion groups.
- chart.test: removed types moved to the reject list (+ a dedicated case).
- showcase coverage.test: FALLBACK_ONLY simplified to the 4 metric-synonyms now
that the 8 variants are gone from the enum.
spec 6527/6527, turbo build 72/72, test 123/123.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments