You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Important:** Remember to set a `min-h-[VALUE]` on the `ChartContainer` component. This is required for the chart be responsive.
196
+
**Important:** Remember to set a `min-h-[VALUE]` on the `ChartContainer` component. This is required for the chart to be responsive.
197
197
198
198
</Callout>
199
199
@@ -370,7 +370,7 @@ The chart config is where you define the labels, icons and colors for a chart.
370
370
371
371
It is intentionally decoupled from chart data.
372
372
373
-
This allows you to share config and color tokens between charts. It can also works independently for cases where your data or color tokens live remotely or in a different format.
373
+
This allows you to share config and color tokens between charts. It can also work independently for cases where your data or color tokens live remotely or in a different format.
374
374
375
375
```tsx showLineNumbers /ChartConfig/
376
376
import { Monitor } from"lucide-react"
@@ -394,7 +394,7 @@ const chartConfig = {
394
394
395
395
## Theming
396
396
397
-
Charts has built-in support for theming. You can use css variables (recommended) or color values in any color format, such as hex, hsl or oklch.
397
+
Charts have built-in support for theming. You can use css variables (recommended) or color values in any color format, such as hex, hsl or oklch.
0 commit comments