summaryrefslogtreecommitdiff
path: root/public/js/d3funcs.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/d3funcs.js')
-rw-r--r--public/js/d3funcs.js2
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;