mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
UI for new funnel report.
This commit is contained in:
parent
30a1cdd53c
commit
cfe7089916
13 changed files with 179 additions and 125 deletions
|
|
@ -9,7 +9,7 @@ import { REPORT_TYPES } from 'lib/constants';
|
|||
|
||||
const defaultParameters = {
|
||||
type: REPORT_TYPES.funnel,
|
||||
parameters: { window: 60, urls: [] },
|
||||
parameters: { window: 60, steps: [] },
|
||||
};
|
||||
|
||||
export default function FunnelReport({ reportId }: { reportId?: string }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue