2022-09-22 19:16:42 +03:00
|
|
|
<section class="gh-dashboard-section gh-dashboard-attribution">
|
2022-09-19 11:48:24 +03:00
|
|
|
|
2022-09-13 11:38:14 +03:00
|
|
|
<article class="gh-dashboard-box" {{did-insert this.loadData}}>
|
2022-09-26 13:14:06 +03:00
|
|
|
<div style="display: grid;grid-template-columns: 2fr 1fr;grid-gap: 24px; position: relative;">
|
2022-09-22 19:16:42 +03:00
|
|
|
<div>
|
|
|
|
<h3 class="gh-dashboard-metric-label">Attribution</h3>
|
2022-09-26 13:14:06 +03:00
|
|
|
<MemberAttribution::SourceAttributionTable @sources={{this.sources}} class="gh-dashboard-attribution-list gh-dashboard-list" style="justify-content:flex-start;" />
|
|
|
|
</div>
|
|
|
|
<div style="display:flex;justify-content:center;align-items: center;height:100%;position: relative;">
|
|
|
|
<div style="max-width: 200px; position: relative;">
|
|
|
|
<MemberAttribution::SourceAttributionChart @sources={{this.chartSources}} />
|
|
|
|
</div>
|
|
|
|
<div id="gh-dashboard-attribution-tooltip" class="gh-dashboard-tooltip">
|
|
|
|
<div class="gh-dashboard-tooltip-value">
|
|
|
|
-
|
2022-09-22 19:16:42 +03:00
|
|
|
</div>
|
2022-09-19 11:48:24 +03:00
|
|
|
</div>
|
2022-09-13 11:38:14 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</section>
|