using gentella dashboard
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@ class HistogramChartView {
|
||||
labels: symptoms,
|
||||
datasets: [{
|
||||
label: histoDescr.batchcode,
|
||||
data: frequencies
|
||||
data: frequencies,
|
||||
backgroundColor: '#1a73e8'
|
||||
}]
|
||||
};
|
||||
}
|
||||
|
||||
99545
docs/batchCodeTable.html
99545
docs/batchCodeTable.html
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user