Skip to content
Snippets Groups Projects
Commit aaed8fe9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed y-axis label

parent 518fe030
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ var plotlyLayout = {
text: localizedTitle
},
yaxis: {
title: localizedData['axisY'] + localizedCurrency,
title: localizedData['axisY'] + ' ' + localizedCurrency,
rangemode: 'tozero',
tickformat: '.2f',
showline: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment