2022-03-29 18:53:50 +03:00
|
|
|
{{!-- <h4
|
2022-03-24 17:32:34 +03:00
|
|
|
class="gh-dashboard5-metric is-main"
|
|
|
|
{{did-insert this.loadCharts}}
|
|
|
|
{{did-update this.loadCharts @days}}
|
|
|
|
>
|
|
|
|
Total members
|
2022-03-29 18:53:50 +03:00
|
|
|
</h4> --}}
|
2022-03-23 18:38:16 +03:00
|
|
|
{{#if this.loading}}
|
2022-03-24 17:02:13 +03:00
|
|
|
<div class="gh-dashboard5-loading" style={{html-safe (concat "height: " this.chartHeight "px;")}}/>
|
2022-03-23 18:38:16 +03:00
|
|
|
{{else}}
|
2022-03-29 18:53:50 +03:00
|
|
|
<Dashboard::V5::ChartMembersCountsInsert />
|
2022-03-24 17:32:34 +03:00
|
|
|
<EmberChart
|
2022-03-23 18:38:16 +03:00
|
|
|
@type={{this.chartType}}
|
|
|
|
@data={{this.chartData}}
|
|
|
|
@options={{this.chartOptions}}
|
|
|
|
@height={{this.chartHeight}} />
|
|
|
|
{{/if}}
|