mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Added metrics bar and date range to sessions.
This commit is contained in:
parent
36663bd52d
commit
b9068c0050
44 changed files with 859 additions and 739 deletions
|
|
@ -10,7 +10,7 @@ export interface MetricCardProps {
|
|||
change?: number;
|
||||
label?: string;
|
||||
reverseColors?: boolean;
|
||||
formatValue?: typeof formatNumber;
|
||||
formatValue?: (n: any) => string;
|
||||
showLabel?: boolean;
|
||||
showChange?: boolean;
|
||||
showPrevious?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue