diff --git a/docs/AdverseReactionReportsChartView.js b/docs/AdverseReactionReportsChartView.js index 13be8ec6d1e..49785245164 100644 --- a/docs/AdverseReactionReportsChartView.js +++ b/docs/AdverseReactionReportsChartView.js @@ -60,6 +60,17 @@ class AdverseReactionReportsChartView { title: { display: true, position: 'top' + }, + scales: { + y: { + ticks: { + precision: 0 + }, + title: { + display: true, + text: 'Frequency' + } + } } }; }