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

10 lines
407 B
Handlebars
Raw Normal View History

2022-03-24 17:02:13 +03:00
<h4 class="gh-dashboard5-metric is-main">Monthly revenue (MMR)</h4>
{{#if this.loading}}
2022-03-24 17:02:13 +03:00
<div class="gh-dashboard5-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
{{else}}
<EmberChart {{did-update this.loadCharts @days}}
@type={{this.chartType}}
@data={{this.chartData}}
@options={{this.chartOptions}}
@height={{this.chartHeight}} />
{{/if}}