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;