diff --git a/frontend/src/Components/Chart/DoughnutChart.js b/frontend/src/Components/Chart/DoughnutChart.js index 5f38991c6..8a15fa5b2 100644 --- a/frontend/src/Components/Chart/DoughnutChart.js +++ b/frontend/src/Components/Chart/DoughnutChart.js @@ -14,12 +14,14 @@ class DoughnutChart extends Component { type: 'doughnut', options: { maintainAspectRatio: false, - legend: { - position: 'bottom' - }, - title: { - display: true, - text: this.props.title + plugins: { + title: { + display: true, + text: this.props.title + }, + legend: { + position: 'bottom' + } } }, data: {