diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-02-25 16:16:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-02-25 16:16:35 +0100 |
commit | 87fc996ecf568d6d73a57c3233e28421352057c1 (patch) | |
tree | 821d6d31b469b4fa95a853118a92f9e06d85f4ea /public/js | |
parent | 4d17f9167fa57d14576fe96f580123805cdf1100 (diff) |
parametric bargraph is parametric
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/d3funcs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/d3funcs.js b/public/js/d3funcs.js index ec6699d..0b68bcb 100644 --- a/public/js/d3funcs.js +++ b/public/js/d3funcs.js @@ -1,6 +1,6 @@ show_bargraph = function(datasource, title, xLabel, yLabel, yFormat, width, height) { - var margin = {top: 40, right: 20, bottom: 30, left: 40}; + var margin = {top: 40, right: 20, bottom: 40, left: 45}; if (!width) { width = 960; |