mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Journey report view with nodes and lines.
This commit is contained in:
parent
9abb201d86
commit
d5e14fb5a8
3 changed files with 280 additions and 31 deletions
|
|
@ -88,3 +88,7 @@ function getKeyName(key: string, parentKey: string) {
|
|||
|
||||
return `${parentKey}.${key}`;
|
||||
}
|
||||
|
||||
export function objectToArray(obj: object) {
|
||||
return Object.keys(obj).map(key => obj[key]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue