From 60a3b742ea785abbe8bdb3919bdef09c3b5a7e1e Mon Sep 17 00:00:00 2001 From: James Morris Date: Tue, 29 Mar 2022 10:16:11 +0100 Subject: [PATCH] Pulled out dummy percentage comparisons on some graphs for Dashboard prototype refs: https://github.com/TryGhost/Team/issues/1462 --- ghost/admin/app/components/dashboard/dashboard-v5.hbs | 3 +-- ghost/admin/app/components/dashboard/v5/chart-email.hbs | 5 +---- ghost/admin/app/components/dashboard/v5/chart-engagement.hbs | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ghost/admin/app/components/dashboard/dashboard-v5.hbs b/ghost/admin/app/components/dashboard/dashboard-v5.hbs index a8e500e3b7..f809e76f96 100644 --- a/ghost/admin/app/components/dashboard/dashboard-v5.hbs +++ b/ghost/admin/app/components/dashboard/dashboard-v5.hbs @@ -128,5 +128,4 @@ {{/if}} - - + \ No newline at end of file diff --git a/ghost/admin/app/components/dashboard/v5/chart-email.hbs b/ghost/admin/app/components/dashboard/v5/chart-email.hbs index 619737dfa0..941e13eb6a 100644 --- a/ghost/admin/app/components/dashboard/v5/chart-email.hbs +++ b/ghost/admin/app/components/dashboard/v5/chart-email.hbs @@ -7,13 +7,11 @@
{{format-number this.dataSubscribers.total}}
{{format-number this.dataSubscribers.paid}} paid
{{format-number this.dataSubscribers.free}} free
-
+2.2%

Emails sent in the past 30 days

{{format-number this.dataEmailsSent}}
-
+2.2%
@@ -28,5 +26,4 @@ @height={{this.chartHeight}} /> {{/if}}
- - + \ No newline at end of file diff --git a/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs b/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs index 87358249e9..8808e3724c 100644 --- a/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs +++ b/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs @@ -21,12 +21,10 @@

Engaged in past 30 days

{{this.data30Days}}
-
+2.2%

Engaged in past 7 days

{{this.data7Days}}
-
-1.1%
\ No newline at end of file