Ghost-Admin/app/components/dashboard/v5/chart-monthly-revenue.hbs

14 lines
448 B
Handlebars

<div class="gh-dashboard5-number"
{{did-insert this.loadCharts}}
>$32</div>
<small class="gh-dashboard5-info">Monthly revenue (MMR)</small>
{{#if this.loading}}
<div class="gh-dashboard5-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
{{else}}
<EmberChart
@type={{this.chartType}}
@data={{this.chartData}}
@options={{this.chartOptions}}
@height={{this.chartHeight}} />
{{/if}}