mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: analytics start date property for x-axis and group (#1888)
This commit is contained in:
parent
93fec2c678
commit
b67e30fd9c
@ -42,10 +42,10 @@ export const ANALYTICS_X_AXIS_VALUES: { value: TXAxisValues; label: string }[] =
|
|||||||
value: "target_date",
|
value: "target_date",
|
||||||
label: "Due date",
|
label: "Due date",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// value: "start_date",
|
value: "start_date",
|
||||||
// label: "Start date",
|
label: "Start date",
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
value: "created_at",
|
value: "created_at",
|
||||||
label: "Created date",
|
label: "Created date",
|
||||||
|
Loading…
Reference in New Issue
Block a user