stats: round DAU number
This commit is contained in:
parent
ec006f25c4
commit
f1f8082600
|
@ -103,7 +103,7 @@ export function CustomAnalytics(props: Stats) {
|
||||||
title: 'Daily (7d avg)',
|
title: 'Daily (7d avg)',
|
||||||
content: (
|
content: (
|
||||||
<DailyChart
|
<DailyChart
|
||||||
dailyValues={dailyActiveUsersWeeklyAvg}
|
dailyValues={dailyActiveUsersWeeklyAvg.map(Math.round)}
|
||||||
startDate={startDate}
|
startDate={startDate}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user