Этот коммит содержится в:
higsch 2020-12-17 23:17:30 +01:00
родитель a739fb0a63
Коммит f1d9cb5397
3 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -21,7 +21,9 @@
<Checkbox id="checkboxpanel-checkbox-polarization"
checked={$highlightPolarization}
on:click={() => handleClick('polarization')}>
<span use:copytooltipable={{content: 'The political leanings of 600+ media entities – using political data from the AllSides Media Bias Ratings – was applied to the web links found in Attribution Impact. Since not all web links had matching AllSides data, the polarization data filter shows only cases where there were ten or more AllSides-matching articles and/or cases where 25 percent or more of articles matched with AllSides data. The stem lines on the polarization data filter are colored based on the mean political polarization of that case.', showClickMessage: false}}>Polarization data filter</span>
<span use:copytooltipable={{content: 'The political leanings of 600+ media entities – using political data from the AllSides Media Bias Ratings – was applied to the web links found in Attribution Impact. Since not all web links had matching AllSides data, the polarization data filter shows only cases where there were ten or more AllSides-matching articles and/or cases where 25 percent or more of articles matched with AllSides data. The stem lines on the polarization data filter are colored based on the mean political polarization of that case.', showClickMessage: false}}>
Partisan Leaning Data Filter
</span>
</Checkbox>
</li>
<!-- <li>

Просмотреть файл

@ -48,7 +48,7 @@
</table>
<div class="budget-and-events">
{#if (data.budgetTotalUsd && data.budgetTotalUsd > 0)}
<p>The Facebook activities required a budget of <strong>USD {commaFormat(data.budgetTotalUsd)}</strong>.</p>
<p>Facebook advertising expenditures: <strong>$ {commaFormat(data.budgetTotalUsd)}</strong>.</p>
{/if}
</div>
</div>

Просмотреть файл

@ -211,7 +211,7 @@
</div>
{#if ($tooltip.tp.cib.hasCib)}
<div class="cib">
<h3>Removed content</h3>
<h3>Removed Content</h3>
<CibTable data={$tooltip.tp.cib} />
</div>
{/if}