diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-09 17:27:37 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 12:27:38 +0200 |
| commit | f04d9f1773b6a0e109867bc6a5546a716565b1a7 (patch) | |
| tree | 3577eb139ca77e60f77ecfc8cabc98e653e67d7f /code/errorvis.js | |
| parent | 44434149a061e03c94248ecc2a70a445fa0cdcd3 (diff) | |
| download | vortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.tar.gz vortrag-knn-f04d9f1773b6a0e109867bc6a5546a716565b1a7.zip | |
training
Diffstat (limited to 'code/errorvis.js')
| -rw-r--r-- | code/errorvis.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/errorvis.js b/code/errorvis.js index 9cd87f4..03c5eba 100644 --- a/code/errorvis.js +++ b/code/errorvis.js @@ -16,7 +16,7 @@ var ErrorVis = (function() { this.svgContainer .style("margin-top", "1.5em") .style("margin-bottom", "1em") - .style("height", "100%") + .style("height", "75%") // TODO find optimal height .style("width", "100%"); this.spinner = this.container.append("div") @@ -82,6 +82,7 @@ var ErrorVis = (function() { .domain(d3.extent(this.data)); var xAxis = d3.svg.axis() + .tickFormat("") .scale(this.scalerX); var yAxis = d3.svg.axis() .orient("left") |
