diff --git a/docs/AdverseReactionReportsChartView.js b/docs/AdverseReactionReportsChartView.js index 75fc1cb0acf..d214eebd8c5 100644 --- a/docs/AdverseReactionReportsChartView.js +++ b/docs/AdverseReactionReportsChartView.js @@ -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' } }; diff --git a/docs/HistogramChartView.js b/docs/HistogramChartView.js index 281fb081d6e..f60d634ab1d 100644 --- a/docs/HistogramChartView.js +++ b/docs/HistogramChartView.js @@ -31,7 +31,7 @@ class HistogramChartView { return { labels: symptoms, datasets: [{ - label: histoDescr.batchcode, + label: 'Batch ' + histoDescr.batchcode, data: frequencies, backgroundColor: '#1a73e8' }] diff --git a/docs/batchCodeTable.html b/docs/batchCodeTable.html index 6f06fb4ba56..e3105f12fe0 100644 --- a/docs/batchCodeTable.html +++ b/docs/batchCodeTable.html @@ -49838,9 +49838,7 @@ - - - +