fix
This commit is contained in:
parent
79070bfe99
commit
1ae4c9522d
2 changed files with 4 additions and 2 deletions
|
|
@ -61,5 +61,7 @@ export function PrinzipVelocityChart({ developerIds, developerNames }: Props) {
|
||||||
};
|
};
|
||||||
}, [data, developerIds, developerNames]);
|
}, [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
Loading…
Add table
Reference in a new issue