styling ui
This commit is contained in:
@@ -32,13 +32,13 @@ class BatchCodeDetailsView {
|
||||
}
|
||||
|
||||
#displayHistogramViewForHistoDescrs(histoDescrs) {
|
||||
this.#displayHeading(histoDescrs.batchcode, histoDescrs['Company']);
|
||||
this.#displayHeading(histoDescrs.batchcode);
|
||||
this.#displayAdverseReactionReportsChart(histoDescrs);
|
||||
this.#displayHistogram(histoDescrs);
|
||||
}
|
||||
|
||||
#displayHeading(batchcode, company) {
|
||||
this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code Combinations containing ${batchcode} from ${company}`
|
||||
#displayHeading(batchcode) {
|
||||
this.#headingElement.textContent = `Frequencies of reported Symptoms for Batch Code ${batchcode}`
|
||||
}
|
||||
|
||||
#displayAdverseReactionReportsChart(histoDescrs) {
|
||||
|
||||
@@ -49762,8 +49762,8 @@
|
||||
</select>
|
||||
</p>
|
||||
<div id="batchCodeDetails" style="width: 50%">
|
||||
<h3 class="heading"></h3>
|
||||
<canvas id="adverseReactionReportsChartView"></canvas>
|
||||
<h3 class="heading"></h3>
|
||||
<div id="selectBatchcodeCombination">
|
||||
<div class="chartWithSlider">
|
||||
<div class="chartContainer">
|
||||
|
||||
Reference in New Issue
Block a user