styling ui

This commit is contained in:
frankknoll
2023-04-16 14:52:29 +02:00
parent 79ffa5cbd5
commit 5555e925d8
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {

View File

@@ -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">