mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Merge pull request #2149 from umami-software/bug/um-362-relational-funnels-query
Bug/um 362 relational funnels query
This commit is contained in:
commit
200e9b8bfa
5 changed files with 132 additions and 118 deletions
|
|
@ -6,13 +6,12 @@ import { ReportContext } from '../Report';
|
|||
export function FunnelTable() {
|
||||
const { report } = useContext(ReportContext);
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
return (
|
||||
<DataTable
|
||||
data={report?.data}
|
||||
title={formatMessage(labels.url)}
|
||||
metric={formatMessage(labels.visitors)}
|
||||
showPercentage={false}
|
||||
showPercentage={true}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue