Skip to content

Commit b5abce1

Browse files
authored
Update ChartDisplay.vue (#3200)
Signed-off-by: felix <60808107+ItsFelix5@users.noreply.github.com>
1 parent 8b3ede4 commit b5abce1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/frontend/src/components/ui/charts/ChartDisplay.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,14 @@ const defaultRanges: RangeObject[] = [
693693
}),
694694
timeResolution: 40320,
695695
},
696+
{
697+
getLabel: () => "All Time",
698+
getDates: (currentDate: dayjs.Dayjs) => ({
699+
startDate: dayjs(0),
700+
endDate: currentDate,
701+
}),
702+
timeResolution: 40320,
703+
},
696704
];
697705
</script>
698706

0 commit comments

Comments
 (0)