mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03: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
@ -18,10 +18,9 @@
|
||||
{{/if}}
|
||||
|
||||
<Dashboard::v5::parts::ChartMetric
|
||||
{{did-insert this.loadCharts}}
|
||||
@label="Paid mix" />
|
||||
|
||||
<div class="gh-dashboard5-chart">
|
||||
<div class="gh-dashboard5-chart" {{did-insert this.loadCharts}}>
|
||||
{{#if this.loading}}
|
||||
<div class="gh-dashboard5-chart-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
|
||||
{{else}}
|
||||
|
Loading…
Reference in New Issue
Block a user