mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
attempt adding event data rows to output
not trying to join yet, just poking around
This commit is contained in:
parent
586529a5ca
commit
6de82cfd5e
2 changed files with 6 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ export interface WebsiteActive {
|
|||
export interface WebsiteMetric {
|
||||
x: string;
|
||||
y: number;
|
||||
d?: unknown;
|
||||
}
|
||||
|
||||
export interface WebsiteMetricFilter {
|
||||
|
|
@ -90,6 +91,7 @@ export interface WebsiteEventMetric {
|
|||
x: string;
|
||||
t: string;
|
||||
y: number;
|
||||
d?: unknown;
|
||||
}
|
||||
|
||||
export interface WebsiteEventDataMetric {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue