From b67e30fd9cbf80f9658717846b24050b7ff2ac59 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:11:25 +0530 Subject: [PATCH] chore: analytics start date property for x-axis and group (#1888) --- apps/app/constants/analytics.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/app/constants/analytics.ts b/apps/app/constants/analytics.ts index d152e211b..709b5938a 100644 --- a/apps/app/constants/analytics.ts +++ b/apps/app/constants/analytics.ts @@ -42,10 +42,10 @@ export const ANALYTICS_X_AXIS_VALUES: { value: TXAxisValues; label: string }[] = value: "target_date", label: "Due date", }, - // { - // value: "start_date", - // label: "Start date", - // }, + { + value: "start_date", + label: "Start date", + }, { value: "created_at", label: "Created date",