mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Breakdown feature for insights report.
This commit is contained in:
parent
5e1111db5d
commit
f48720c915
6 changed files with 51 additions and 46 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import FunnelReport from './funnel/FunnelReport';
|
||||
import EventDataReport from './event-data/EventDataReport';
|
||||
import InsightsReport from './insights/InsightsReport';
|
||||
|
||||
const reports = {
|
||||
funnel: FunnelReport,
|
||||
'event-data': EventDataReport,
|
||||
insights: InsightsReport,
|
||||
};
|
||||
|
||||
export default function ReportDetails({ reportId, reportType }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue