This commit is contained in:
shadcn
2026-03-23 13:30:05 +04:00
parent c5b4080649
commit 6a4b27b80d

View File

@@ -149,7 +149,10 @@ export function ChartVisitors() {
className="mx-auto aspect-square w-full max-w-[300px]"
>
<PieChart>
<ChartTooltip cursor={false} content={<ChartTooltipContent hideLabel />} />
<ChartTooltip
cursor={false}
content={<ChartTooltipContent hideLabel />}
/>
<Pie
data={desktopData}
dataKey="desktop"