2022-04-26 16:52:46 +03:00
|
|
|
<div class="gh-dashboard5-minichart gh-dashboard5-breakdown">
|
|
|
|
<div class="gh-dashboard5-chart" {{did-insert this.loadCharts}}>
|
|
|
|
{{#if this.loading}}
|
2022-04-27 19:25:46 +03:00
|
|
|
<div class="gh-dashboard5-chart-loading">
|
|
|
|
<div class="gh-loading-spinner"></div>
|
|
|
|
</div>
|
2022-04-26 16:52:46 +03:00
|
|
|
{{else}}
|
|
|
|
<div class="gh-dashboard5-chart-container">
|
2022-04-27 16:40:38 +03:00
|
|
|
<div class="gh-dashboard5-chart-box">
|
|
|
|
<EmberChart
|
|
|
|
@type={{this.chartType}}
|
|
|
|
@data={{this.chartData}}
|
|
|
|
@options={{this.chartOptions}}
|
2022-04-27 19:25:46 +03:00
|
|
|
@height={{110}} />
|
2022-04-27 16:40:38 +03:00
|
|
|
</div>
|
2022-04-26 20:54:52 +03:00
|
|
|
|
|
|
|
<div id="gh-dashboard5-breakdown-tooltip" class="gh-dashboard5-tooltip">
|
|
|
|
<div class="gh-dashboard5-tooltip-label">
|
|
|
|
-
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-tooltip-value">
|
|
|
|
<div class="gh-dashboard5-tooltip-value-1"></div>
|
|
|
|
<div class="gh-dashboard5-tooltip-value-2"></div>
|
|
|
|
<div class="gh-dashboard5-tooltip-value-3"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-04-26 16:52:46 +03:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2022-04-27 16:40:38 +03:00
|
|
|
|
|
|
|
<div class="gh-dashboard5-data">
|
|
|
|
<Dashboard::v5::Parts::Metric
|
|
|
|
@label={{this.chartTitle}} />
|
|
|
|
|
|
|
|
<div class="gh-dashboard5-legend">
|
|
|
|
<div class="gh-dashboard5-legend-item">New</div>
|
|
|
|
<div class="gh-dashboard5-legend-item">Canceled</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-04-20 15:43:11 +03:00
|
|
|
</div>
|