diff --git a/src/main/resources/charts/AverageMonthlyIncomesAndExpendituresPerYearBar.js b/src/main/resources/charts/AverageMonthlyIncomesAndExpendituresPerYearBar.js index 31314af2ccdcb0eaa6f246936cd893e639f95eff..8aa305b613d7c6cd307bdd6d80614f32c6475978 100644 --- a/src/main/resources/charts/AverageMonthlyIncomesAndExpendituresPerYearBar.js +++ b/src/main/resources/charts/AverageMonthlyIncomesAndExpendituresPerYearBar.js @@ -99,7 +99,7 @@ var plotlyLayout = { text: localizedTitle }, yaxis: { - title: localizedData['axisY'] + localizedCurrency, + title: localizedData['axisY'] + ' ' + localizedCurrency, rangemode: 'tozero', tickformat: '.2f', showline: true