mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Update Retention report.
This commit is contained in:
parent
184a387ecd
commit
ee8750d9df
22 changed files with 214 additions and 280 deletions
|
|
@ -349,3 +349,7 @@ export function generateTimeSeries(
|
|||
return { x: t, d: x, y: y ?? null };
|
||||
});
|
||||
}
|
||||
|
||||
export function dateToRangeValue(date: Date) {
|
||||
return `range:${startOfMonth(date).getTime()}:${endOfMonth(date).getTime()}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue