Skip to content

Commit

Permalink
chore: analytics start date property for x-axis and group (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 committed Aug 18, 2023
1 parent 93fec2c commit b67e30f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/app/constants/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit b67e30f

@vercel
Copy link

@vercel vercel bot commented on b67e30f Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-dev – ./apps/app

plane-dev.vercel.app
plane-dev-git-develop-plane.vercel.app
plane-dev-plane.vercel.app

Please sign in to comment.