mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
funnel checkpoint
This commit is contained in:
parent
ebc8cb488a
commit
b5f84159d2
8 changed files with 21 additions and 12 deletions
|
|
@ -9,8 +9,6 @@ export function DevicesTable({ ...props }) {
|
|||
const tableData =
|
||||
data?.map(a => ({ x: a.url, y: a.count, z: (a.count / data[0].count) * 100 })) || [];
|
||||
|
||||
console.log(tableData);
|
||||
|
||||
return <DataTable data={tableData} title="Url" type="device" />;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue