mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Events chart.
This commit is contained in:
parent
5f47f328be
commit
4618dc7f15
9 changed files with 220 additions and 226 deletions
|
|
@ -108,7 +108,7 @@ export function getDateArray(data, startDate, endDate, unit) {
|
|||
const t = add(startDate, i);
|
||||
const y = findData(t);
|
||||
|
||||
arr.push({ t, y });
|
||||
arr.push({ ...data[i], t, y });
|
||||
}
|
||||
|
||||
return arr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue