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 = { ...@@ -99,7 +99,7 @@ var plotlyLayout = {
text: localizedTitle text: localizedTitle
}, },
yaxis: { yaxis: {
title: localizedData['axisY'] + localizedCurrency, title: localizedData['axisY'] + ' ' + localizedCurrency,
rangemode: 'tozero', rangemode: 'tozero',
tickformat: '.2f', tickformat: '.2f',
showline: true showline: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment