From a45344cab636b66646e54fd7fbe4ac9a19996dae Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 8 Apr 2016 20:28:44 +0200 Subject: highlight medv; fix SVG height --- code/weightviswrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/weightviswrapper.js b/code/weightviswrapper.js index 94f6306..ca31916 100644 --- a/code/weightviswrapper.js +++ b/code/weightviswrapper.js @@ -17,7 +17,7 @@ var WeightVisWrapper = (function() { this.svgContainer .style("margin-top", "1.5em") .style("margin-bottom", "1em") - .style("height", "100%") + .style("height", "85%") // TODO find optimal height .style("width", "100%"); this.spinner = this.container.append("div") -- cgit v1.3.1