Merge branch 'private-pull-request-1388' into develop

This commit is contained in:
Thorsten Eckel 2017-09-13 10:23:29 +02:00
commit 2e4f50b777

View file

@ -1691,7 +1691,7 @@
pos.width = axis.labelWidth;
var style = ["position:absolute", "text-align:" + align ];
var style = ["position:absolute", "white-space:nowrap", "text-align:" + align ];
for (var a in pos)
style.push(a + ":" + pos[a] + "px")