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 = [];