There was an error while loading. Please reload this page.
1 parent c5b4080 commit 6a4b27bCopy full SHA for 6a4b27b
1 file changed
apps/v4/app/(examples)/dashboard-03/components/chart-visitors.tsx
@@ -149,7 +149,10 @@ export function ChartVisitors() {
149
className="mx-auto aspect-square w-full max-w-[300px]"
150
>
151
<PieChart>
152
- <ChartTooltip cursor={false} content={<ChartTooltipContent hideLabel />} />
+ <ChartTooltip
153
+ cursor={false}
154
+ content={<ChartTooltipContent hideLabel />}
155
+ />
156
<Pie
157
data={desktopData}
158
dataKey="desktop"
0 commit comments