This commit is contained in:
lekss361 2026-04-27 18:04:00 +03:00
parent 79070bfe99
commit 1ae4c9522d
2 changed files with 4 additions and 2 deletions

View file

@ -61,5 +61,7 @@ export function PrinzipVelocityChart({ developerIds, developerNames }: Props) {
};
}, [data, developerIds, developerNames]);
return <ChartShell option={option} loading={isLoading} height={360} />;
return (
<ChartShell option={option} loading={isLoading} height={360} notMerge />
);
}

File diff suppressed because one or more lines are too long