From e41822b2c6fcfc4d2ec4cf294af5ba97106cfe9d Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sun, 16 Apr 2023 21:37:04 +0200 Subject: [PATCH] styling --- docs/AdverseReactionReportsChartView.js | 3 +-- docs/HistogramChartView.js | 2 +- docs/batchCodeTable.html | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) 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 @@ - - - +