diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:28:44 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:28:44 +0200 |
| commit | a45344cab636b66646e54fd7fbe4ac9a19996dae (patch) | |
| tree | 22667d92f03a50a7ffc691faad51f293001b8062 /code/weightviswrapper.js | |
| parent | d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f (diff) | |
| download | vortrag-knn-a45344cab636b66646e54fd7fbe4ac9a19996dae.tar.gz vortrag-knn-a45344cab636b66646e54fd7fbe4ac9a19996dae.zip | |
highlight medv; fix SVG height
Diffstat (limited to 'code/weightviswrapper.js')
| -rw-r--r-- | code/weightviswrapper.js | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
