mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
159f56b0d2
refs https://github.com/TryGhost/Team/issues/1442 All the data from the charts now come from the dashboard stats service
10 lines
352 B
Handlebars
10 lines
352 B
Handlebars
<h4>MRR</h4>
|
|
{{#if this.loading}}
|
|
<div class="prototype-placeholder" 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}} |