We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680baa commit 3692911Copy full SHA for 3692911
src/services/report/main/monthly-overview/MonthlyBarChart.tsx
@@ -109,10 +109,10 @@ function MonthlyChart({ report }: { report?: ReportResponse }) {
109
<BarChart data={barData}>
110
<Bar
111
dataKey="count"
112
- isAnimationActive={true}
113
radius={[8, 8, 0, 0]}
114
label={renderLabel}
115
background={renderBackground}
+ isAnimationActive={false}
116
>
117
{barData.map((entry, index) => (
118
<Cell
0 commit comments