Merge branch 'private-pull-request-1388' into develop
This commit is contained in:
commit
2e4f50b777
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@
|
||||||
|
|
||||||
pos.width = axis.labelWidth;
|
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)
|
for (var a in pos)
|
||||||
style.push(a + ":" + pos[a] + "px")
|
style.push(a + ":" + pos[a] + "px")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue