diff options
author | Richard Wall <richard@largo> | 2011-08-08 00:53:39 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-08-08 00:53:39 +0100 |
commit | 4b7012e0ed9b0bb2b319b78e3e816feb52d1ace6 (patch) | |
tree | 9e5f03b721a8798e25ebab8d87402a15e1f9966f | |
parent | 8501f32d8f67fd53bbc682ba9bfadd0ce5f39345 (diff) |
tweak the yaxis label - again.
-rw-r--r-- | jarmon/jarmon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js index f6c3948..d8cf305 100644 --- a/jarmon/jarmon.js +++ b/jarmon/jarmon.js @@ -832,7 +832,7 @@ jarmon.Chart.prototype.draw = function() { .css({'width': '100px', 'position': 'absolute', 'top': '80px', - 'left': '-120px', + 'left': '-110px', 'text-align': 'right'}); self.template.find('.chart').append(yaxisUnitLabel); |