# All charts (/docs/charts)

One grammar runs through all of them: `data` alone always renders something correct, and a prop name means the same
thing on every chart. So you don't pick by chart — you pick by the **decision** you need read at a glance. The chooser
below is filed exactly that way: start from the question, land on the chart.

  - [Browse all charts](/charts)


## Static and interactive

Nearly every chart ships two entries — a hook-free **static** default (server-component safe, zero client JavaScript)
and an **interactive** twin from a `/interactive` subpath. WindBarb is the lone static-only exception. Every chart page
lists the import paths it has; the [Quickstart](/docs/quickstart#add-interactivity) covers when to reach for which, and
[Accessibility](/docs/accessibility#one-interaction-contract) documents the one interaction contract they all share.
