From 536d4d6ff7374c20bfa722597d83ec893d4ef2dd Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Fri, 8 Sep 2023 12:50:00 +0530 Subject: [PATCH] chore: update filter range --- web/components/gantt-chart/data/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/gantt-chart/data/index.ts b/web/components/gantt-chart/data/index.ts index 9d21807cd..8af0e2bfe 100644 --- a/web/components/gantt-chart/data/index.ts +++ b/web/components/gantt-chart/data/index.ts @@ -130,7 +130,7 @@ export const allViewsWithData: ChartDataType[] = [ startDate: new Date(), currentDate: new Date(), endDate: new Date(), - approxFilterRange: 10, + approxFilterRange: 6, width: 55, // it will preview week starting dates all months data and there is no limitation for preview ex: title (2, 9, 16, 23, 30) }, },