Skip to content

Commit 3692911

Browse files
author
juice
committed
chore: chart animation
1 parent 8680baa commit 3692911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/report/main/monthly-overview/MonthlyBarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ function MonthlyChart({ report }: { report?: ReportResponse }) {
109109
<BarChart data={barData}>
110110
<Bar
111111
dataKey="count"
112-
isAnimationActive={true}
113112
radius={[8, 8, 0, 0]}
114113
label={renderLabel}
115114
background={renderBackground}
115+
isAnimationActive={false}
116116
>
117117
{barData.map((entry, index) => (
118118
<Cell

0 commit comments

Comments
 (0)