Ghost/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs
Simon Backx 159f56b0d2 Wired all the dashboard 5.0 charts with the stats service
refs https://github.com/TryGhost/Team/issues/1442

All the data from the charts now come from the dashboard stats service
2022-03-23 16:38:57 +01:00

13 lines
355 B
Handlebars

<h2>Engagement ({{this.status}})</h2>
<div class="prototype-counts">
<div class="prototype-box">
<div class="number">{{this.data30Days}}</div>
<div>Engaged in past 30 days</div>
</div>
<div class="prototype-box">
<div class="number">{{this.data7Days}}</div>
<div>Engaged in past 7 days</div>
</div>
</div>