OddApp Design
Raw shadcn — not wrapped in @oddapp/ui yet.

Import directly: @/components/ui/chart. OddApp tokens are applied via globals.css @theme. All token rules still apply.

Chart

Recharts-based chart components with OddApp token theming.

Default

Import and render this component in your app using the snippet below.

import { ChartContainer } from '@/components/ui/chart'

<ChartContainer config={chartConfig}>
  {/* Recharts components */}
</ChartContainer>