mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
perf: disable ChartTooltip animation
This commit is contained in:
parent
a4078442f5
commit
f54fb11041
@ -248,6 +248,7 @@ export function NetworkChart({
|
|||||||
tickFormatter={(value) => `${value}ms`}
|
tickFormatter={(value) => `${value}ms`}
|
||||||
/>
|
/>
|
||||||
<ChartTooltip
|
<ChartTooltip
|
||||||
|
isAnimationActive={false}
|
||||||
content={
|
content={
|
||||||
<ChartTooltipContent
|
<ChartTooltipContent
|
||||||
indicator={"line"}
|
indicator={"line"}
|
||||||
|
Loading…
Reference in New Issue
Block a user