diff --git a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx index 805c6b9c5..d4ed53324 100644 --- a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx +++ b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx @@ -50,7 +50,7 @@ function WidgetChart(props: Props) { const onChartClick = (event: any) => { if (event) { if (isTableWidget || isPieChart) { // get the filter of clicked row - const periodTimestamps = period.toTimestamps() + const periodTimestamps = drillDownPeriod.toTimestamps() drillDownFilter.merge({ filters: event, startTimestamp: periodTimestamps.startTimestamp,