mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed loading of paid mix chart
no issue Moved did-insert to native DOM element.
This commit is contained in:
parent
6c1bf5ccdb
commit
811aa92394
1 changed files with 1 additions and 2 deletions
|
@ -18,10 +18,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<Dashboard::v5::parts::ChartMetric
|
<Dashboard::v5::parts::ChartMetric
|
||||||
{{did-insert this.loadCharts}}
|
|
||||||
@label="Paid mix" />
|
@label="Paid mix" />
|
||||||
|
|
||||||
<div class="gh-dashboard5-chart">
|
<div class="gh-dashboard5-chart" {{did-insert this.loadCharts}}>
|
||||||
{{#if this.loading}}
|
{{#if this.loading}}
|
||||||
<div class="gh-dashboard5-chart-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
|
<div class="gh-dashboard5-chart-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue