using gentella dashboard

This commit is contained in:
frankknoll
2023-04-16 21:26:00 +02:00
parent ec98862dc4
commit a1987f6331
5 changed files with 50343 additions and 49879 deletions

View File

@@ -44,7 +44,7 @@ class AdverseReactionReportsChartView {
ADRDescr['Life Threatening Illnesses'],
ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses'])
],
hoverOffset: 4
backgroundColor: '#1a73e8'
}]
};
}

View File

@@ -32,7 +32,8 @@ class HistogramChartView {
labels: symptoms,
datasets: [{
label: histoDescr.batchcode,
data: frequencies
data: frequencies,
backgroundColor: '#1a73e8'
}]
};
}

File diff suppressed because it is too large Load Diff

View File

@@ -4911,10 +4911,10 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
flex-direction: row;
}
.chartWithSlider .chart {
.chartWithSlider .chartContainer {
flex: 95%;
}
.chartWithSlider .slider {
.chartWithSlider .sliderContainer {
flex: 5%;
}

File diff suppressed because one or more lines are too long