diff --git a/apps/www/content/docs/components/chart.mdx b/apps/www/content/docs/components/chart.mdx index 9566275e48b..b7292512fe4 100644 --- a/apps/www/content/docs/components/chart.mdx +++ b/apps/www/content/docs/components/chart.mdx @@ -487,6 +487,19 @@ const chartData = [ ] ``` +### Grids + +For theming of cartesian grids, you must pass in the default values to override it with tailwind classes: + +```tsx + +``` + #### Tailwind ```tsx