From 87fc996ecf568d6d73a57c3233e28421352057c1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Feb 2015 16:16:35 +0100 Subject: parametric bargraph is parametric --- public/js/d3funcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') 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; -- cgit v1.2.3