diff options
| author | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-08-13 16:16:53 +0300 |
|---|---|---|
| committer | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-08-13 16:21:18 +0300 |
| commit | d69fef47528c8ccb5e24eee05ac9ddadf94ef904 (patch) | |
| tree | aa63f154d103d1f85aa5ea3666f0c841bd2534c1 /scripts/rhizicore.js | |
| parent | 429aa1275acdd7ad2776ae6d2596d16e10f0c09f (diff) | |
Issue #38
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
