---
title: "Charts"
description: "Chart.js wrapper components for standard statistical charts (bar, line, area, pie, radar, bubble, scatter) with SSR-safe canvas lifecycle handling."
category: "Data Viz"
---

# Charts

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** Data Viz · **Tier:** light · **Risk:** low — frontend only

Chart.js wrapper components for standard statistical charts (bar, line, area, pie, radar, bubble, scatter) with SSR-safe canvas lifecycle handling.

**When to use:** Reach for it when a page needs a standard statistical chart type backed by Chart.js rather than a custom SVG visualization.

## Docs

- [docs/stack/capabilities/viz.md](/docs/stack/viz) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/stack/capabilities/viz.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/stack/capabilities/viz.md))

## Code

- `src/lib/components/viz/chart/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/components/viz/chart) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/components/viz/chart))

## Proof

- [`/showcases/viz/charts`](/showcases/viz/charts)

---

_Machine-readable record: `viz-charts` in `mcp/patterns.registry.json`._
