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