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
+1 -1
View File
@@ -44,7 +44,7 @@ class AdverseReactionReportsChartView {
ADRDescr['Life Threatening Illnesses'], ADRDescr['Life Threatening Illnesses'],
ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses']) ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses'])
], ],
hoverOffset: 4 backgroundColor: '#1a73e8'
}] }]
}; };
} }
+2 -1
View File
@@ -32,7 +32,8 @@ class HistogramChartView {
labels: symptoms, labels: symptoms,
datasets: [{ datasets: [{
label: histoDescr.batchcode, label: histoDescr.batchcode,
data: frequencies data: frequencies,
backgroundColor: '#1a73e8'
}] }]
}; };
} }
+49804 -49741
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -4911,10 +4911,10 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
flex-direction: row; flex-direction: row;
} }
.chartWithSlider .chart { .chartWithSlider .chartContainer {
flex: 95%; flex: 95%;
} }
.chartWithSlider .slider { .chartWithSlider .sliderContainer {
flex: 5%; flex: 5%;
} }
File diff suppressed because one or more lines are too long