Measured entry
8bitcn-chart
A client-side, retro-styled stacked area chart shipped as a shadcn registry block. The registry includes a Recharts example, an 8bit chart wrapper, and a retro stylesheet that imports a display font. It depends on React, Recharts, Tailwind theme utilities, the shadcn chart conventions, and the local cn helper.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 127.7 KB (193.1 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 9s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/8bit/chart.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A credible themed chart for teams already inside the shadcn ecosystem, with clean build, mount, and accessibility results in the prepared harness. It needs a shadcn-style setup, carries a notable bundle cost, and requires responsive adjustment for narrow screens.
Use it if
- You want a ready-made stacked area chart for an existing shadcn-style application.
- Your interface already uses Tailwind theme tokens and can accommodate the retro display font.
- You value a chart that mounted cleanly and produced no reported accessibility violations in the harness.
Skip it if
- You need a drop-in component for a plain React project with no shadcn-style aliases or utility layer.
- Your chart must avoid horizontal overflow on narrow mobile layouts without additional tuning.
- Bundle weight is tightly constrained, since the Recharts-based implementation adds a substantial payload.
- Your product cannot load the stylesheet's externally hosted display font.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add React and Recharts, configure the at-sign source alias, provide a cn class-merging helper, install Tailwind with the referenced theme tokens and arbitrary selector support, and include the retro stylesheet. Either permit its Google Fonts import or host the font locally.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/TheOrcDev/8bitcn-uiAlternatives
Other published entries for the chart pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tripled-holographic-wall-shadcnuiholographic
- Renders
- YES
- A11y
- 0
- Gzip
- 58.6KB
- Bare
- pass
- Prov
- NO
- hextaui-emptyminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.4KB
- Bare
- fail
- Prov
- NO
- ruixen-variable-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 70.6KB
- Bare
- fail
- Prov
- NO
- neobrutalism-chartbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 99.9KB
- Bare
- fail
- Prov
- NO
- shadcn-chartunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 99.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-chart-area-stepskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 130.7KB
- Bare
- fail
- Prov
- NO