fixed #1387
This commit is contained in:
parent
fd077ef8c9
commit
76c140a555
1 changed files with 163 additions and 163 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue