You've already forked AstralRinth
forked from didirus/AstralRinth
Update ChartDisplay.vue (#3200)
Signed-off-by: felix <60808107+ItsFelix5@users.noreply.github.com>
This commit is contained in:
@@ -693,6 +693,14 @@ const defaultRanges: RangeObject[] = [
|
|||||||
}),
|
}),
|
||||||
timeResolution: 40320,
|
timeResolution: 40320,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
getLabel: () => "All Time",
|
||||||
|
getDates: (currentDate: dayjs.Dayjs) => ({
|
||||||
|
startDate: dayjs(0),
|
||||||
|
endDate: currentDate,
|
||||||
|
}),
|
||||||
|
timeResolution: 40320,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user