1

Changing colors

This commit is contained in:
Alex Yatskov 2014-09-25 19:02:53 +09:00
parent 1fa312db52
commit e67466d352

View File

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