diff --git a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/Graphs/RefScatterplot.js b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/Graphs/RefScatterplot.js index 6a37af37..1c156529 100644 --- a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/Graphs/RefScatterplot.js +++ b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/Graphs/RefScatterplot.js @@ -197,7 +197,7 @@ const RefScatterplot = ({ data: realData, timeFrame, timezone }) => { .style('fill', neon) /* ************************** */ - }, [cashIns, cashOuts, realData, timeFrame]) + }, [cashIns, cashOuts, realData, timeFrame, timezone]) useEffect(() => { // first we clear old chart DOM elements on component update