mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Scaffolding for insights report.
This commit is contained in:
parent
2f4d669836
commit
827102d907
9 changed files with 305 additions and 17 deletions
|
|
@ -3,12 +3,12 @@ import ReportHeader from '../ReportHeader';
|
|||
import ReportMenu from '../ReportMenu';
|
||||
import ReportBody from '../ReportBody';
|
||||
import EventDataParameters from './EventDataParameters';
|
||||
import Nodes from 'assets/nodes.svg';
|
||||
import EventDataTable from './EventDataTable';
|
||||
import Nodes from 'assets/nodes.svg';
|
||||
|
||||
const defaultParameters = {
|
||||
type: 'event-data',
|
||||
parameters: { fields: [], filters: [], groups: [] },
|
||||
parameters: { fields: [], filters: [] },
|
||||
};
|
||||
|
||||
export default function EventDataReport({ reportId }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue