Skip to content

Commit 52cf504

Browse files
committed
fix(chart): fix area chart do not show donut tooltip
1 parent af054bf commit 52cf504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tremor/area.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function AreaChart({
9898
<div className="flex flex-row gap-2">
9999
<div className="flex flex-row items-center bg-slate-50 p-3 align-middle">
100100
<DonutChart
101-
className="size-28"
101+
className="h-28 w-28"
102102
data={data}
103103
category="value"
104104
index="name"

0 commit comments

Comments
 (0)