2022-09-13 11:38:14 +03:00
|
|
|
<section class="gh-dashboard-section gh-dashboard-recents">
|
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-19 11:48:24 +03:00
|
|
|
<h3 class="gh-dashboard-metric-label">Source attribution</h3>
|
|
|
|
<div style="display: grid;
|
|
|
|
grid-template-columns: 2fr 1fr;
|
|
|
|
grid-gap: 64px;
|
|
|
|
">
|
2022-09-21 16:01:31 +03:00
|
|
|
<MemberAttribution::SourceAttributionTable @sources={{this.sources}} class="gh-dashboard-recents-posts gh-dashboard-list" />
|
|
|
|
|
2022-09-19 11:48:24 +03:00
|
|
|
<div style="border-left: 1px solid #eceef0; padding-left: 48px;display: flex;justify-content: center;align-items: center;">
|
|
|
|
<div style="max-width: 200px;">
|
2022-09-22 18:34:46 +03:00
|
|
|
<MemberAttribution::SourceAttributionChart @sources={{this.chartSources}} />
|
2022-09-19 11:48:24 +03:00
|
|
|
</div>
|
2022-09-13 11:38:14 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</section>
|