mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 01:40:39 +08:00
Merge pull request #711 from palash-signoz/dashboard-graphs
bug: dashboard graph is now fixed
This commit is contained in:
commit
e6a53d6c06
@ -148,7 +148,7 @@ const Graph = ({
|
||||
|
||||
useEffect(() => {
|
||||
buildChart();
|
||||
}, []);
|
||||
}, [buildChart]);
|
||||
|
||||
return (
|
||||
<div style={{ height: '85%' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user