mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
add psql query for retention
This commit is contained in:
parent
ff5884237c
commit
13530c9cdc
5 changed files with 193 additions and 195 deletions
|
|
@ -8,8 +8,8 @@ import ReportBody from '../ReportBody';
|
|||
import Funnel from 'assets/funnel.svg';
|
||||
|
||||
const defaultParameters = {
|
||||
type: 'Retention',
|
||||
parameters: { window: 60, urls: [] },
|
||||
type: 'retention',
|
||||
parameters: {},
|
||||
};
|
||||
|
||||
export default function RetentionReport({ reportId }) {
|
||||
|
|
@ -20,7 +20,7 @@ export default function RetentionReport({ reportId }) {
|
|||
<RetentionParameters />
|
||||
</ReportMenu>
|
||||
<ReportBody>
|
||||
<RetentionChart />
|
||||
{/* <RetentionChart /> */}
|
||||
<RetentionTable />
|
||||
</ReportBody>
|
||||
</Report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue