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)',
|
||||
content: (
|
||||
<DailyChart
|
||||
dailyValues={dailyActiveUsersWeeklyAvg}
|
||||
dailyValues={dailyActiveUsersWeeklyAvg.map(Math.round)}
|
||||
startDate={startDate}
|
||||
/>
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user