Skip to content

Commit

Permalink
perf: disable ChartTooltip animation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Oct 14, 2024
1 parent a407844 commit f54fb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/[locale]/(main)/ClientComponents/NetworkChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export function NetworkChart({
tickFormatter={(value) => `${value}ms`}
/>
<ChartTooltip
isAnimationActive={false}
content={
<ChartTooltipContent
indicator={"line"}
Expand Down

0 comments on commit f54fb11

Please sign in to comment.