#6359·astryx

[gap] Chart: No chart/plot component exists in core 0.6.2. A data-dashboard spec ne

Author: boigotideasCreated Sep 17, 2026Updated Sep 17, 2026

Component: Chart Category: Missing component Source: unknown Reported: 2026-09-17T16:44:13.003Z

Intention

No chart/plot component exists in core 0.6.2. A data-dashboard spec needs line/area/bar/heatmap/event-stream charts; 'astryx search chart' returns zero component-domain results (only fuzzy 'Chat' template matches at keyword distance 1), and @astryxdesign/charts is a documented do-not-install placeholder. Consumers are forced to hand-roll SVG/canvas charts, which bypasses the theme token layer entirely and breaks the guarantee that visual values come from defineTheme(). A token-aware chart primitive (or a documented composition recipe from existing primitives) would close this.

Additional context

Found while implementing a 12-column ops dashboard through the design-workflow pipeline. Palette/type/density all resolve correctly through defineTheme(); only the chart region could not. Reproducer: astryx search chart --json (0 component-domain hits).