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 @@
- +
diff --git a/server/db/keywords.json b/server/db/keywords.json index e9ef63e..44531ba 100644 --- a/server/db/keywords.json +++ b/server/db/keywords.json @@ -1,4 +1,16 @@ { + "food": { + "food": 1.0 + }, + "service": { + "service": 1.0 + }, + "value": { + "value": 1.0 + }, + "atmosphere": { + "atmosphere": 1.0 + }, "hole in the wall": { "food": 0.82, "service": 0.10,