From 1fa312db529cc768ca423b4bd0bf188b01acaf6c Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 25 Sep 2014 18:59:38 +0900 Subject: [PATCH] Changing desaturation constant --- client/grapher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/grapher.js b/client/grapher.js index d239d3a..f25acc6 100644 --- a/client/grapher.js +++ b/client/grapher.js @@ -363,7 +363,7 @@ function Column(canvas, name, params, scale, range, bounds) { }; this.handleSize = 10; - this.desatOffset = -0.40; + this.desatOffset = -0.3; this.hintSize = 10; this.labelFontSize = 15; this.labelSize = 20;