mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
add dropoff percentages to funnel report
This commit is contained in:
parent
94967d45e1
commit
858f465566
5 changed files with 15 additions and 7 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