refactoring

This commit is contained in:
frankknoll
2023-04-16 14:47:50 +02:00
parent 8031277b31
commit 79ffa5cbd5
2 changed files with 2 additions and 7 deletions

View File

@@ -42,13 +42,7 @@ class BatchCodeDetailsView {
}
#displayAdverseReactionReportsChart(histoDescrs) {
this.#adverseReactionReportsChartView.displayChart(
{
'Adverse Reaction Reports': histoDescrs['Adverse Reaction Reports'],
'Deaths': histoDescrs['Deaths'],
'Disabilities': histoDescrs['Disabilities'],
'Life Threatening Illnesses': histoDescrs['Life Threatening Illnesses']
});
this.#adverseReactionReportsChartView.displayChart(histoDescrs);
}
#displayHistogram(histoDescr) {