From e67466d3529c5dbc0df66c1225bb40cc29c8bfc1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 25 Sep 2014 19:02:53 +0900 Subject: [PATCH] Changing colors --- client/grapher.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/grapher.js b/client/grapher.js index f25acc6..6d5ac32 100644 --- a/client/grapher.js +++ b/client/grapher.js @@ -371,10 +371,10 @@ function Column(canvas, name, params, scale, range, bounds) { this.emptyColor = '#eeeeec'; this.strokeColor = '#d3d7cf'; this.tickColor = '#888a85'; - this.fillColorPos = '#3465a4'; - this.fillColorNeg = '#cc0000'; - this.handleColorPos = '#204a87'; - this.handleColorNeg = '#a40000'; + this.fillColorNeg = '#3465a4'; + this.fillColorPos = '#cc0000'; + this.handleColorNeg = '#204a87'; + this.handleColorPos = '#a40000'; this.canvas = canvas; this.shapes = [];