Ghost/ghost/admin/app/components/dashboard/v5/chart-engagement.hbs
James Morris d05d22c177 Better faked graphs and various tweaks for Dashboard 5.0 prototype
refs: https://github.com/TryGhost/Team/issues/1436

- added in lots of demo graphs using EmberChart
- renamed some files in v5 folder for better conventions
- put each graph for new dashboard into separate components
2022-03-22 21:59:47 +05:30

13 lines
337 B
Handlebars

<h2>Engagement</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>