mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 00:39:00 +08:00
bug: dashboard graph is now fixed
This commit is contained in:
parent
9bf37b391e
commit
45eb201efd
@ -148,7 +148,7 @@ const Graph = ({
|
||||
|
||||
useEffect(() => {
|
||||
buildChart();
|
||||
}, []);
|
||||
}, [buildChart]);
|
||||
|
||||
return (
|
||||
<div style={{ height: '85%' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user