diff --git a/client/grapher.js b/client/grapher.js index 1bbb13e..3760b70 100644 --- a/client/grapher.js +++ b/client/grapher.js @@ -47,9 +47,9 @@ function Column(canvas, name, params, scale, range, bounds) { this.hintRect.setGradient('fill', { x1: 0.0, - y1: -this.hintRect.height / 2, + y1: 0.0, x2: 0.0, - y2: this.hintRect.height / 2, + y2: this.hintRect.height, colorStops: this.decimateHints(this.steps, this.scale) }); diff --git a/client/index.html b/client/index.html index dc70d1c..0076e6b 100644 --- a/client/index.html +++ b/client/index.html @@ -27,7 +27,7 @@