Merge pull request #711 from palash-signoz/dashboard-graphs

bug: dashboard graph is now fixed
This commit is contained in:
Ankit Nayan 2022-02-11 15:38:35 +05:30 committed by GitHub
commit e6a53d6c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ const Graph = ({
useEffect(() => {
buildChart();
}, []);
}, [buildChart]);
return (
<div style={{ height: '85%' }}>