Styling, download url
Этот коммит содержится в:
родитель
f7741f1c16
Коммит
ce3d8e98e7
@ -152,8 +152,7 @@
|
||||
}
|
||||
|
||||
.score-bars span.score-info-icon:hover {
|
||||
color: var(--text-darkgray);
|
||||
background-color: var(--usa-lightred);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.score-bar-wrapper {
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
</div>
|
||||
<div class="cases-control">
|
||||
<a
|
||||
href="https://fiat-2024-processed-data.s3.us-west-2.amazonaws.com/fiat_2024_attribution_data.csv"
|
||||
href="https://fiat-2024-processed-data.s3.us-west-2.amazonaws.com/dfrlab-fiat-2024-dataset.csv"
|
||||
class="button is-small">Download the data</a
|
||||
>
|
||||
</div>
|
||||
|
||||
@ -33,16 +33,7 @@
|
||||
function handleButtonClick() {
|
||||
selectAllFilters();
|
||||
timeRangeFilter.set($defaultTimeRange);
|
||||
//timeDummyRange = [0, 10]
|
||||
timeDummyRange = [($defaultTimeRange[0] - $fullTimeRange[0])/($fullTimeRange[1] - $fullTimeRange[0])*10, 10]
|
||||
/*contextData.unselectAll();
|
||||
$highlightPolarization = false;
|
||||
$highlightCib = false;
|
||||
if ($originalTimeDomain) {
|
||||
$timeScale.domain($originalTimeDomain);
|
||||
$timeScale = $timeScale;
|
||||
$originalTimeDomain = null;
|
||||
}*/
|
||||
}
|
||||
|
||||
function addCount(filter, property, cases) {
|
||||
|
||||
@ -207,7 +207,7 @@
|
||||
|
||||
ul.choice-list {
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
max-height: 400px;
|
||||
overflow-y: scroll;
|
||||
list-style-type: none;
|
||||
font-size: 0.8rem;
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user