From 0cabe503d0dbade079792936731e992ec19f4f3a Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 16 Aug 2023 17:33:09 +0530 Subject: [PATCH] chore: analytics start date property for x-axis and group --- 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 d152e211bc3..709b5938abe 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",