From d69fef47528c8ccb5e24eee05ac9ddadf94ef904 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 13 Aug 2014 16:16:53 +0300 Subject: Issue #38 --- scripts/rhizicore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rhizicore.js') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index bd31f6f8..978433aa 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -323,7 +323,7 @@ function myGraph(el) { vis = this.vis = d3.select(el).append("svg:svg") .attr("width", w * 5) - .attr("height", h * 5) + .attr("height", h ) .attr("pointer-events", "all") .append("g") .call(zoomObject) -- cgit v1.3.1