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