This commit is contained in:
frankknoll
2023-04-16 21:37:04 +02:00
parent a1987f6331
commit e41822b2c6
3 changed files with 3 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ class AdverseReactionReportsChartView {
],
datasets: [{
// FK-TODO: refactor
label: ADRDescr['batchcode'],
label: 'Batch ' + ADRDescr['batchcode'],
data: [
ADRDescr['Deaths'],
ADRDescr['Disabilities'],
@@ -53,7 +53,6 @@ class AdverseReactionReportsChartView {
return {
title: {
display: true,
text: 'Adverse Reaction Report for Batch FE6208',
position: 'top'
}
};