From 983d37253aff2f0a0cdb85045662287ceee07ec4 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 4 May 2022 17:02:08 +0100 Subject: [PATCH] Changed new Dashboard to default to 30 days rather than 7 refs: https://github.com/TryGhost/Team/issues/1531 --- ghost/admin/app/services/dashboard-stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/services/dashboard-stats.js b/ghost/admin/app/services/dashboard-stats.js index 8f42d91b27..156d53da0f 100644 --- a/ghost/admin/app/services/dashboard-stats.js +++ b/ghost/admin/app/services/dashboard-stats.js @@ -134,7 +134,7 @@ export default class DashboardStatsService extends Service { * @type {number|'all'} * Amount of days to load for member count and MRR related charts */ - @tracked chartDays = 7; + @tracked chartDays = 30; /** * Filter last seen by this status