Skip to content

Commit 01f9506

Browse files
committed
no animation on chart tooltips
1 parent c42676b commit 01f9506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/primitives/charts/ChartBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export function ChartBarRenderer({
174174
}
175175
labelFormatter={tooltipLabelFormatter}
176176
allowEscapeViewBox={{ x: false, y: true }}
177+
animationDuration={0}
177178
/>
178179

179180
{/* Zoom selection area - rendered before bars to appear behind them */}

0 commit comments

Comments
 (0)