diff --git a/frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx b/frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx index 652ee2513d..857db8d2d4 100644 --- a/frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx +++ b/frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx @@ -50,7 +50,7 @@ function convertMatrixDataToChartData (matrixData) { datasets: [ { label: 'Total', - fillColor: 'rgb(84, 102, 122, .05)', + fillColor: 'rgba(84, 102, 122, .05)', strokeColor: 'rgb(84, 102, 122)', pointColor: 'rgb(84, 102, 122)', pointStrokeColor: '#fff',