diff --git a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx index 809f0977a..86cb52759 100644 --- a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx +++ b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx @@ -205,6 +205,7 @@ function WidgetChart(props: Props) { period, depsString, dashboardStore.selectedDensity, + _metric.metricOf ]); useEffect(() => { setCompData(null);